@@ -71,7 +71,7 @@ |
||
| 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); |