@@ -26,13 +26,13 @@ |
||
26 | 26 | * |
27 | 27 | * @param array $options |
28 | 28 | */ |
29 | - public function __construct(array $options = []) |
|
29 | + public function __construct(array $options = [ ]) |
|
30 | 30 | { |
31 | 31 | $initOptions = [ |
32 | - array_key_exists('entryToObjectsService', $options) ? $options['entryToObjectsService'] : null |
|
32 | + array_key_exists('entryToObjectsService', $options) ? $options[ 'entryToObjectsService' ] : null |
|
33 | 33 | ]; |
34 | 34 | |
35 | - call_user_func_array([$this, 'init'], $initOptions); |
|
35 | + call_user_func_array([ $this, 'init' ], $initOptions); |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |