Completed
Pull Request — master (#83)
by Alessandro
35:34 queued 20:03
created
src/Paraunit/Filter/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
     private function filterByString(array $aggregatedFiles, $stringFilter)
160 160
     {
161 161
         if ($stringFilter !== null) {
162
-            $aggregatedFiles = array_filter($aggregatedFiles, function ($value) use ($stringFilter) {
162
+            $aggregatedFiles = array_filter($aggregatedFiles, function($value) use ($stringFilter) {
163 163
                 return stripos($value, $stringFilter) !== false;
164 164
             });
165 165
         }
Please login to merge, or discard this patch.