Passed
Push — master ( 339eb8...3ade87 )
by Iman
04:39
created
src/CBCoreModule/Index/RowContent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function calculate($data, $tablePK, $number, $columnsTable, $table, $addAction)
32 32
     {
33
-        $columnsTable = array_filter($columnsTable, function ($col) {
33
+        $columnsTable = array_filter($columnsTable, function($col) {
34 34
             return $col['visible'] !== false;
35 35
         });
36 36
         $tableRows = [];
Please login to merge, or discard this patch.