Completed
Push — master ( b9874a...3faeb6 )
by Alan
04:12
created
src/TwigFakerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.