@@ -113,7 +113,7 @@ |
||
113 | 113 | /** |
114 | 114 | * @Route("/choice", bind="comestible_choice", method="GET") |
115 | 115 | * @param Request $request |
116 | - * @return RedirectResponse |
|
116 | + * @return JsonResponse |
|
117 | 117 | */ |
118 | 118 | public function choiceAction(Request $request) |
119 | 119 | { |
@@ -86,7 +86,7 @@ |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | - * @return array |
|
89 | + * @return User[] |
|
90 | 90 | */ |
91 | 91 | public function getSecurityRelatedObjects() |
92 | 92 | { |