Completed
Push — master ( 05554e...698a7f )
by Bohuslav
04:02 queued 02:05
created
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.