@@ -83,7 +83,7 @@ |
||
| 83 | 83 | /** |
| 84 | 84 | * Parses a view, using the package view namespace |
| 85 | 85 | * |
| 86 | - * @param $view |
|
| 86 | + * @param string $view |
|
| 87 | 87 | * @param array $data |
| 88 | 88 | * |
| 89 | 89 | * @return \Illuminate\View\View |
@@ -44,6 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * {@inheritDoc} |
| 47 | + * @param integer $id |
|
| 47 | 48 | */ |
| 48 | 49 | public function getById($id) |
| 49 | 50 | { |
@@ -166,7 +166,7 @@ |
||
| 166 | 166 | * |
| 167 | 167 | * @param \Illuminate\Http\Request $request |
| 168 | 168 | * |
| 169 | - * @return $this |
|
| 169 | + * @return \Illuminate\Http\RedirectResponse |
|
| 170 | 170 | */ |
| 171 | 171 | public function activation(Request $request) |
| 172 | 172 | { |
@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | /** |
| 23 | 23 | * Display a listing of the resource. |
| 24 | 24 | * |
| 25 | - * @return Response |
|
| 25 | + * @return \Illuminate\View\View |
|
| 26 | 26 | */ |
| 27 | 27 | public function index() |
| 28 | 28 | { |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | /** |
| 36 | 36 | * Create a new resource. |
| 37 | 37 | * |
| 38 | - * @return Response |
|
| 38 | + * @return \Illuminate\View\View |
|
| 39 | 39 | */ |
| 40 | 40 | public function create() |
| 41 | 41 | { |