Skip to content

Commit 9f4eb34

Browse files
committed
formatting
1 parent c18fe7b commit 9f4eb34

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Illuminate/Broadcasting/BroadcastManager.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct($app)
5656
}
5757

5858
/**
59-
* Register the routes for handling broadcast authentication and sockets.
59+
* Register the routes for handling broadcast channel authentication and sockets.
6060
*
6161
* @param array|null $attributes
6262
* @return void
@@ -78,7 +78,7 @@ public function routes(array $attributes = null)
7878
}
7979

8080
/**
81-
* Register the routes for handling broadcast authentication.
81+
* Register the routes for handling broadcast user authentication.
8282
*
8383
* @param array|null $attributes
8484
* @return void
@@ -100,7 +100,9 @@ public function userAuthenticationRoutes(array $attributes = null)
100100
}
101101

102102
/**
103-
* Alias for routes().
103+
* Register the routes for handling broadcast authentication and sockets.
104+
*
105+
* Alias of "routes" method.
104106
*
105107
* @param array|null $attributes
106108
* @return void

0 commit comments

Comments
 (0)