Optional $options

This commit is contained in:
Alex Bilbie 2012-07-06 18:15:43 +01:00
parent 00fe3d3501
commit 13f2964944

View File

@ -40,7 +40,6 @@ class Server
public function __construct(array $options = null)
{
$this->options = array_merge($this->config, $options);
if ($options !== null) {
$this->options = array_merge($this->config, $options);
}