Completed
Push — master ( b38aa1...28ecc4 )
by Fenz
06:33
created
libs/Parser/Node/NamelessSectionNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 	 */
21 21
 	protected function construct():ANode
22 22
 	{
23
-		$this->name= null;
23
+		$this->name=null;
24 24
 
25 25
 		return $this;
26 26
 	}
Please login to merge, or discard this patch.