Passed
Push — master ( 718b44...0c25d5 )
by Carlos
15:35 queued 12:26
created
src/Followable.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,8 +192,8 @@
 block discarded – undo
192 192
 
193 193
         $followed = UserFollower::where('follower_id', $this->getKey())->get();
194 194
 
195
-        $followables->map(function ($followable) use ($followed, $resolver) {
196
-            $resolver = $resolver ?? fn ($m) => $m;
195
+        $followables->map(function($followable) use ($followed, $resolver) {
196
+            $resolver = $resolver ?? fn($m) => $m;
197 197
             $followable = $resolver($followable);
198 198
 
199 199
             if ($followable && \in_array(Followable::class, \class_uses($followable))) {
Please login to merge, or discard this patch.