Completed
Pull Request — master (#447)
by Alexandru
01:40
created
src/WebSocketsServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     /**
115 115
      * Register the dashboard routes.
116 116
      *
117
-     * @return void
117
+     * @return WebSocketsServiceProvider
118 118
      */
119 119
     protected function registerDashboardRoutes()
120 120
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     /**
136 136
      * Register the dashboard gate.
137 137
      *
138
-     * @return void
138
+     * @return WebSocketsServiceProvider
139 139
      */
140 140
     protected function registerDashboardGate()
141 141
     {
Please login to merge, or discard this patch.
src/PubSub/Drivers/RedisClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -376,7 +376,7 @@
 block discarded – undo
376 376
      * Get the Pub/Sub Topic name to subscribe based on the
377 377
      * app ID and channel name.
378 378
      *
379
-     * @param  mixed  $appId
379
+     * @param  string  $appId
380 380
      * @param  string  $channel
381 381
      * @return string
382 382
      */
Please login to merge, or discard this patch.