Completed
Branch master (6fdc4c)
by Alex
02:39
created
Category
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         }
72 72
         $instatnce = new $class();
73 73
         if (!($instatnce instanceof InstanceInterface)) {
74
-            throw new FactoryFailureException($class . ' is not implementing the InstanceInterface!');
74
+            throw new FactoryFailureException($class.' is not implementing the InstanceInterface!');
75 75
         }
76 76
         if (isset(self::$container)) {
77 77
             $this->setFromContainer($class);
Please login to merge, or discard this patch.