Test Failed
Pull Request — master (#1)
by Alex
05:42 queued 03:44
created
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.