Completed
Push — master ( d16fc8...ddcbf1 )
by Thomas
02:51
created
src/utils/Writer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 	 */
58 58
 	public function write($content) {
59 59
 		$lines = explode("\n", $content);
60
-		for ($i = 0, $c = count($lines); $i < $c; $i ++) {
60
+		for ($i = 0, $c = count($lines); $i < $c; $i++) {
61 61
 			if ($this->indentationLevel > 0
62 62
 					&& !empty($lines[$i])
63 63
 					&& (empty($this->content) || "\n" === substr($this->content, -1))) {
Please login to merge, or discard this patch.