Completed
Push — master ( 74dde8...83c363 )
by Thomas
02:00
created
src/parser/PrettyPrinter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
             }
28 28
 		  
29 29
 		  if ($nodeBefore && $nodeBefore->getLine() && $node->getLine()) {
30
-			  $diff = $node->getLine()- $nodeBefore->getLine();
30
+			  $diff = $node->getLine() - $nodeBefore->getLine();
31 31
 			  if ($diff > 0) {
32 32
 				  $result .= str_repeat("\n", $diff - 1);
33 33
 			  }
Please login to merge, or discard this patch.