Completed
Pull Request — master (#21)
by
unknown
17:56 queued 13:33
created
src/Mutator/AddClassToCell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
             foreach ($this->getCellName() as $cell) {
63 63
                 $cellClass = isset($row[self::ROW_KEY][$cell]) ? $row[self::ROW_KEY][$cell] : [];
64 64
                 $cellClass = array_merge($cellClass, $this->getClassName());
65
-                $row[self::ROW_KEY][$cell]  = $cellClass;
65
+                $row[self::ROW_KEY][$cell] = $cellClass;
66 66
             }
67 67
         }
68 68
         return $row;
Please login to merge, or discard this patch.