@@ -68,7 +68,7 @@ |
||
68 | 68 | |
69 | 69 | for ($i = 0; $i < $count; $i++) |
70 | 70 | { |
71 | - if ( ! file_exists($this->fullFactoryPath($type))) |
|
71 | + if (!file_exists($this->fullFactoryPath($type))) |
|
72 | 72 | { |
73 | 73 | throw new InvalidFactoryException('does not exist'); |
74 | 74 | } |