Completed
Pull Request — master (#140)
by
unknown
01:21
created
src/PubSub/Redis/RedisPusherBroadcaster.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      * Decode the given Pusher response.
112 112
      *
113 113
      * @param  \Illuminate\Http\Request  $request
114
-     * @param  mixed  $response
114
+     * @param  string  $response
115 115
      * @return array
116 116
      */
117 117
     protected function decodePusherResponse($request, $response)
Please login to merge, or discard this patch.
src/WebSockets/Channels/PresenceChannel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return array
31
+     * @return integer
32 32
      */
33 33
     public function getUserCount()
34 34
     {
Please login to merge, or discard this patch.