@@ -111,7 +111,7 @@ |
||
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) |
@@ -28,7 +28,7 @@ |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * @return array |
|
31 | + * @return integer |
|
32 | 32 | */ |
33 | 33 | public function getUserCount() |
34 | 34 | { |