Test Failed
Push — master ( 7e4340...adf1bc )
by Carlos
11:03 queued 07:33
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 = $this->followings()->wherePivot('accepted_at', '!=', null)->pluck('following_id');
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.