@@ -186,7 +186,7 @@ |
||
186 | 186 | } |
187 | 187 | |
188 | 188 | /** |
189 | - * @param QueryBuilder $qb |
|
189 | + * @param \Doctrine\ORM\QueryBuilder $qb |
|
190 | 190 | * @param string $name |
191 | 191 | */ |
192 | 192 | protected function addQueryBuilderSort(\Doctrine\ORM\QueryBuilder $qb, $name) |
@@ -216,7 +216,7 @@ |
||
216 | 216 | * @param string $name route/entity name |
217 | 217 | * @param string $route route name, if different from entity name |
218 | 218 | * @param array $params possible route parameters |
219 | - * @return Response |
|
219 | + * @return \Symfony\Component\HttpFoundation\RedirectResponse|null |
|
220 | 220 | */ |
221 | 221 | protected function saveFilter(FormInterface $form, $name, $route = null, array $params = null) |
222 | 222 | { |
@@ -166,7 +166,7 @@ |
||
166 | 166 | /** |
167 | 167 | * Get familylogs |
168 | 168 | * |
169 | - * @return \AppBundle\Entity\FamilyLog |
|
169 | + * @return string |
|
170 | 170 | */ |
171 | 171 | public function getFamilylogs() |
172 | 172 | { |