Completed
Push — develop ( 2b64e4...47c478 )
by
unknown
03:47
created
src/View/Helper/JqGrid/Column/Hidden.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $attributes = $column->getAttributes();
27 27
         $config = [
28 28
             'hidden' => true,
29
-            'hidedlg' => empty($attributes['hidedlg']) ? false: (bool)$attributes['hidedlg'],
29
+            'hidedlg' => empty($attributes['hidedlg']) ? false : (bool)$attributes['hidedlg'],
30 30
             'name' => $escape($column->getName())
31 31
         ];
32 32
         $config = array_merge($config, $column->getAttributes());
Please login to merge, or discard this patch.