Passed
Push — master ( 693cff...b00036 )
by James
01:49
created
src/CsvLoader/CsvLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
         $columnCount = count($this->getColumnHeadings());
155 155
 
156 156
         $filterStep = new FilterStep();
157
-        $filterStep->add(function ($input) use ($columnCount) {
157
+        $filterStep->add(function($input) use ($columnCount) {
158 158
             $blanks = 0;
159 159
             foreach ($input as $value) {
160 160
                 if (empty($value)) {
Please login to merge, or discard this patch.