Removed typecasting

This commit is contained in:
Alex Bilbie 2012-07-25 16:05:55 +01:00
parent df9c762b2e
commit 8286724d56

View File

@ -98,7 +98,7 @@ maintenance of the server.',
* @param array $options Optional list of options to overwrite the defaults
* @return void
*/
public function __construct(array $options = null)
public function __construct($options = null)
{
if ($options !== null) {
$this->options = array_merge($this->config, $options);