Completed
Push — master ( 4c139c...a07cb6 )
by Kevin
04:41 queued 02:23
created
lib/TestCase/Executor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     public function evaluate($string)
25 25
     {
26
-        $string = '<?php ' . $string;
26
+        $string = '<?php '.$string;
27 27
         $comparison1 = $comparison2 = '';
28 28
         $operator = null;
29 29
         $tokens = token_get_all($string);
Please login to merge, or discard this patch.