Test Setup Failed
Push — development ( ce0609...d418a4 )
by Tim
08:46
created
app/Http/Controllers/TaskController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      * Store a newly created resource in storage.
45 45
      *
46 46
      * @param  Requests\HolidayValidator $input
47
-     * @return \Illuminate\Http\Response
47
+     * @return \Illuminate\Http\RedirectResponse
48 48
      */
49 49
     public function store(Requests\HolidayValidator $input)
50 50
     {
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      *
90 90
      * @param  Requests\HolidayValidator $input
91 91
      * @param  int | $id | The database id.
92
-     * @return \Illuminate\Http\Response
92
+     * @return \Illuminate\Http\RedirectResponse
93 93
      */
94 94
     public function update(Requests\HolidayValidator $input, $id)
95 95
     {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
      * Remove the specified resource from storage.
106 106
      *
107 107
      * @param  int | $id | The database id.
108
-     * @return \Illuminate\Http\Response
108
+     * @return \Illuminate\Http\RedirectResponse
109 109
      */
110 110
     public function destroy($id)
111 111
     {
Please login to merge, or discard this patch.