Community
Participate
Working Groups
Problem occurs when extracting local variable from a code which is in a php block root (not e.g. inside a class). For example: <?php echo $a+$b+1; echo $a+$b+1; After extraction of $a+$b+1, file content is not formatted correctly: <?php $b2 = $a+$b+1;echo $b2; echo $b2;
Created attachment 208904 [details] patch
thanks!
Verified - thanks. Closing the bug.