Completed
Push — master ( 829464...fcb4d0 )
by Travis
10s
created
app/Http/Controllers/SnippetsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Store a new snippet in the database.
61 61
      *
62
-     * @return \RedirectResponse
62
+     * @return \Illuminate\Http\RedirectResponse
63 63
      */
64 64
     public function store()
65 65
     {
Please login to merge, or discard this patch.
app/Http/Controllers/VotesController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Store a new vote in the database.
11 11
      *
12
-     * @return int
12
+     * @return \Illuminate\Http\JsonResponse
13 13
      */
14 14
     public function store(Snippet $snippet)
15 15
     {
Please login to merge, or discard this patch.