Passed
Push — master ( 1a1f73...5f3af1 )
by Arthur
04:28
created
src/Foundation/Routes/channels.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
 |
12 12
 */
13 13
 
14
-Broadcast::channel('App.User.{id}', function ($user, $id) {
15
-    return (int)$user->id === (int)$id;
14
+Broadcast::channel('App.User.{id}', function($user, $id) {
15
+    return (int) $user->id === (int) $id;
16 16
 });
Please login to merge, or discard this patch.