Passed
Pull Request — master (#1)
by Alex
09:29
created
Category
src/ServiceFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,5 +22,5 @@
 block discarded – undo
22 22
      *
23 23
      * @throws ServiceFactoryException
24 24
      */
25
-    public function __invoke(ContainerInterface $container, string $name, array $config = null);
25
+    public function __invoke(ContainerInterface $container, string $name, array $config=null);
26 26
 }
Please login to merge, or discard this patch.
src/FactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,5 +19,5 @@
 block discarded – undo
19 19
      *
20 20
      * @throws FactoryException If the service cannot be created.
21 21
      */
22
-    public function create(array $config = []);
22
+    public function create(array $config=[ ]);
23 23
 }
Please login to merge, or discard this patch.