Passed
Branchdev (aace0c)
by Plamen
02:51
created
tests/TableTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         $continuePreparation = $setOrCheck === false;
119 119
         if ($setOrCheck === true) {
120 120
             if (!in_array($classMethod, self::$preparePassed) && empty(self::$pageExtension)) {
121
-                die('ERROR (in a '.__CLASS__.' call): Please call the '.$classMethod.'(); method before the page headers sent.');
121
+                die('ERROR (in a ' . __CLASS__ . ' call): Please call the ' . $classMethod . '(); method before the page headers sent.');
122 122
             }
123 123
         } elseif (!empty($setOrCheck)) {
124 124
             self::$pageExtension = $setOrCheck;
Please login to merge, or discard this patch.