Completed
Branch master (128710)
by Thorsten
02:52
created
Category
src/Connector/ConnectorMap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Storage/StorageAdapterMap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.