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