Completed
Push — master ( 11e974...988761 )
by Fenz
02:07
created
libs/Parser/Document.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
 			return $this;
166 166
 		}
167 167
 		return $this->lineByLine()
168
-		            ->bubbleSections()
168
+					->bubbleSections()
169 169
 		;
170 170
 	}
171 171
 
Please login to merge, or discard this patch.
libs/Parser/Node/CommentNode.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
 	public function open():string
37 37
 	{
38 38
 		return $this->htmlComment ?
39
-		                         '<!--'.str_replace('-->','--'.chr(0xC).'>',substr($this->line->getContent(),1)):
40
-		                         '<?php /* '.substr($this->line->getContent(),2);
39
+								 '<!--'.str_replace('-->','--'.chr(0xC).'>',substr($this->line->getContent(),1)):
40
+								 '<?php /* '.substr($this->line->getContent(),2);
41 41
 	}
42 42
 
43 43
 	/**
Please login to merge, or discard this patch.