Passed
Push — master ( 54aa16...02143c )
by Karel
16:12
created
src/Chuck/Accessors/Repeater.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         $this->repeaterRepository = $repeaterRepository;
19 19
     }
20 20
 
21
-    public function for(string $string)
21
+    public function for (string $string)
22 22
     {
23 23
         return $this->repeater->where('slug', $string)->get();
24 24
     }
Please login to merge, or discard this patch.