@@ -81,7 +81,7 @@ |
||
81 | 81 | * |
82 | 82 | * @param string $url |
83 | 83 | * |
84 | - * @return mixed |
|
84 | + * @return string |
|
85 | 85 | */ |
86 | 86 | public function to($url) |
87 | 87 | { |
@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param Tag $tag |
108 | 108 | * |
109 | - * @return mixed |
|
109 | + * @return \Illuminate\Http\RedirectResponse |
|
110 | 110 | */ |
111 | 111 | public function getDelete(Tag $tag) |
112 | 112 | { |