Passed
Push — main ( ed3749...c0dba5 )
by Dimitri
03:31
created
src/Router/RouteBuilder.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     {
204 204
         $this->collection->presenter($name, $this->attributes + $options);
205 205
 
206
-		$this->attributes = [];
206
+        $this->attributes = [];
207 207
     }
208 208
 
209 209
     /**
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
     {
242 242
         $this->collection->resource($name, $this->attributes + $options);
243 243
 
244
-		$this->attributes = [];
244
+        $this->attributes = [];
245 245
     }
246 246
 
247 247
     /**
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     {
290 290
         $this->collection->{$method}($from, $to, $this->attributes + $options);
291 291
 
292
-		$this->attributes = [];
292
+        $this->attributes = [];
293 293
 
294 294
         return $this;
295 295
     }
Please login to merge, or discard this patch.