Completed
Push — master ( 5a41ff...cb4294 )
by ReliQ
01:51
created
src/Http/Controllers/MessagesController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
      * Get messgges for thread. (inbox).
332 332
      *
333 333
      * @param  Illuminate\Http\Request $request
334
-     * @param string $thread Thread to get messages for.
334
+     * @param Thread $thread Thread to get messages for.
335 335
      */
336 336
     public function threadMessagesData(Request $request, Thread $thread)
337 337
     {
Please login to merge, or discard this patch.