Completed
Push — master ( f2025c...16072a )
by Lars
06:18
created
src/Repository/OrderRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      */
101 101
     public function toMiddle(Model $model)
102 102
     {
103
-		$middle = number_format($this->count($model) / 2);
103
+        $middle = number_format($this->count($model) / 2);
104 104
         $between = [$model->{$this->column}, $middle];
105 105
 
106 106
         if ($model->{$this->column} != $middle) {
Please login to merge, or discard this patch.