Passed
Push — master ( 146a05...11c4cf )
by Adam
09:00
created
app/Repositories/Eloquent/PostRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
             return $this
80 80
                 ->model
81 81
                 ->where('topic_id', $topicId)
82
-                ->where('posts.created_at', '<', fn ($builder) => $builder->select('created_at')->from('posts')->where('id', $postId))
82
+                ->where('posts.created_at', '<', fn($builder) => $builder->select('created_at')->from('posts')->where('id', $postId))
83 83
                 ->count();
84 84
         });
85 85
 
Please login to merge, or discard this patch.