Test Failed
Push — master ( 7c30c4...acb065 )
by dima
03:52
created
src/Specification.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 	protected $manualSelect;
32 32
 
33 33
 	
34
-	static public function create(){
34
+	static public function create() {
35 35
 		return new SELF;
36 36
 	}
37 37
 	
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
 	function setWhere($field, $value = false)
95 95
 	{
96
-		if ($value !== false) {
96
+		if ($value!==false) {
97 97
 			$this->where[$field] = $value;
98 98
 		} else {
99 99
 			$this->where = $field;
Please login to merge, or discard this patch.