@@ -8,7 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | use TypedMapTrait; |
10 | 10 | |
11 | - public function __construct(array $connectors = []) |
|
11 | + public function __construct(array $connectors = [ ]) |
|
12 | 12 | { |
13 | 13 | $this->init($connectors, ConnectorInterface::class); |
14 | 14 | } |
@@ -8,7 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | use TypedMapTrait; |
10 | 10 | |
11 | - public function __construct(array $storageAdapters = []) |
|
11 | + public function __construct(array $storageAdapters = [ ]) |
|
12 | 12 | { |
13 | 13 | $this->init($storageAdapters, StorageAdapterInterface::class); |
14 | 14 | } |