Completed
Push — master ( 1fe377...25ce57 )
by Mike
19s queued 12s
created
src/CacheKey.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,9 +85,9 @@
 block discarded – undo
85 85
             $where["first"] = $this->expressionToString($where["first"]);
86 86
         }
87 87
         
88
-		if ($where["second"] instanceof Expression) {
89
-			$where["second"] = $this->expressionToString($where["second"]);
90
-		}
88
+        if ($where["second"] instanceof Expression) {
89
+            $where["second"] = $this->expressionToString($where["second"]);
90
+        }
91 91
         
92 92
         return "-{$where["boolean"]}_{$where["first"]}_{$where["operator"]}_{$where["second"]}";
93 93
     }
Please login to merge, or discard this patch.