Passed
Push — dev ( 3fd1dc...9db0e4 )
by Plamen
02:56
created
Table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@
 block discarded – undo
57 57
         $orderBy,
58 58
         $orderDir = 'asc',
59 59
         $paging = 10
60
-    )
61
-    {
60
+    ) {
62 61
         self::reset((self::$t['items'] = (string) $items));
63 62
         self::prepare(true);
64 63
         self::$t['order']['col'] = $orderBy;
Please login to merge, or discard this patch.
Tbody.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,7 @@
 block discarded – undo
87 87
         switch (self::$export) {
88 88
             case 'Excel':
89 89
             case 'CSV':
90
-                $escape = function ($value)
91
-                {
90
+                $escape = function ($value) {
92 91
                     return str_replace("\t", '	', $value);
93 92
                 };
94 93
                 header('Content-Type:application/csv');
Please login to merge, or discard this patch.