Passed
Branch coverage (8ea179)
by Fabian
02:59
created
src/Generator/RecursiveParentExceptionResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         $directory = new DirectoryIterator($path);
95 95
         $items     = [];
96 96
         foreach ($directory as $item) {
97
-            if (! $item->isDot()) {
97
+            if ( ! $item->isDot()) {
98 98
                 $items[] = clone $item;
99 99
             }
100 100
         }
Please login to merge, or discard this patch.