Passed
Branchmaster (17979f)
by Plamen
01:30
created
trait_tfoot_setter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
             switch (gettype($c)) {
47 47
                 case 'array';
48 48
                     foreach ($c as $k => $v) {
49
-                        self::$config[$k] = self::getValid((string) $k, $v);
49
+                        self::$config[$k] = self::getValid((string)$k, $v);
50 50
                     }
51 51
                     break;
52 52
                 case 'string':
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
         extract($vars);
164 164
         ob_start();
165 165
         require $template;
166
-        return (string) ob_get_clean();
166
+        return (string)ob_get_clean();
167 167
     }
168 168
     /*     * Makes code radey for the next table
169 169
      * @param type $tableId
Please login to merge, or discard this patch.