Passed
Push — master ( c9d498...24f0d7 )
by Mike
07:24 queued 04:36
created
src/CachedBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         return '-' . implode('-', $eagerLoads->keys()->toArray());
119 119
     }
120 120
 
121
-	protected function getOrderByClauses(){
121
+    protected function getOrderByClauses(){
122 122
         $orders = collect($this->query->orders);
123 123
 
124 124
         return $orders->reduce(function($carry, $order){
Please login to merge, or discard this patch.