@@ -52,8 +52,8 @@ |
||
52 | 52 | |
53 | 53 | /** |
54 | 54 | * @param $key |
55 | - * @param $value |
|
56 | - * @param null $minutes |
|
55 | + * @param \stdClass $value |
|
56 | + * @param integer $minutes |
|
57 | 57 | * @return mixed |
58 | 58 | */ |
59 | 59 | public function put($key, $value, $minutes = null) |
@@ -32,7 +32,7 @@ |
||
32 | 32 | * @param int $limit |
33 | 33 | * @param $categoryId |
34 | 34 | * |
35 | - * @return \Illuminate\Pagination\Paginator |
|
35 | + * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator |
|
36 | 36 | */ |
37 | 37 | public function getRecipesPage($limit = 25, $categoryId = null) |
38 | 38 | { |
@@ -64,7 +64,7 @@ |
||
64 | 64 | } |
65 | 65 | |
66 | 66 | /** |
67 | - * @return \Illuminate\Http\Response|mixed |
|
67 | + * @return \Symfony\Component\HttpFoundation\Response |
|
68 | 68 | */ |
69 | 69 | public function render() |
70 | 70 | { |