Passed
Push — master ( 453af3...b6447c )
by Darko
09:30
created
app/Policies/ThreadPolicy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function reply($user, Thread $thread): bool
22 22
     {
23 23
         // Admins can reply even if locked; otherwise respect lock state
24
-        return $user->hasRole('Admin') || (! $thread->locked);
24
+        return $user->hasRole('Admin') || (!$thread->locked);
25 25
     }
26 26
 
27 27
     public function delete($user, Thread $thread): bool
Please login to merge, or discard this patch.