Passed
Push — master ( a52660...7c30c4 )
by dima
03:35
created
src/Specification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
 	function setWhere($field, $value = false)
89 89
 	{
90
-		if ($value !== false) {
90
+		if ($value!==false) {
91 91
 			$this->where[$field] = $value;
92 92
 		} else {
93 93
 			$this->where = $field;
Please login to merge, or discard this patch.