Passed
Push — master ( 32cf20...91f5e8 )
by Corrado
01:54
created
src/SimpleFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     private $parameters = [];
43 43
 
44
-    public function __construct(string $object, bool $defaultParamter=null)
44
+    public function __construct(string $object, bool $defaultParamter = null)
45 45
     {
46 46
         if (!class_exists($object)) {
47 47
             throw new \InvalidArgumentException(\sprintf('The class %s not exits', $object));
Please login to merge, or discard this patch.