Completed
Pull Request — master (#30)
by
unknown
05:11
created
src/utils/Writer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
 			}
92 92
 		} elseif(is_null($content)) {
93 93
 			$this->content .= 'null';
94
-		} elseif(is_bool($content)){
94
+		} elseif(is_bool($content)) {
95 95
 			$this->content .= $content ? 'true' : 'false';
96 96
 		}
97 97
 		return $this;
Please login to merge, or discard this patch.