Test Failed
Branch master (05554e)
by Bohuslav
04:28 queued 02:36
created
Category
src/ClassManipulation/Patcher/EvalExecution.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,6 @@
 block discarded – undo
26 26
         $newClassCode  = $prettyPrinter->prettyPrintFile($statmentNodes).PHP_EOL;
27 27
 
28 28
         // Force PHP interpreter to use modified version of the class, by evaluating.
29
-        eval('?>' . $newClassCode);
29
+        eval('?>'.$newClassCode);
30 30
     }
31 31
 }
Please login to merge, or discard this patch.