@@ -72,6 +72,9 @@ discard block |
||
| 72 | 72 | return $params; |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | + /** |
|
| 76 | + * @param string $type |
|
| 77 | + */ |
|
| 75 | 78 | protected function validateManagerType($type) |
| 76 | 79 | { |
| 77 | 80 | $managerType = $this->container->getParameter($type); |
@@ -187,7 +190,6 @@ discard block |
||
| 187 | 190 | /** |
| 188 | 191 | * @Route("/timings", name="dtc_queue_timings") |
| 189 | 192 | * |
| 190 | - * @param Request $request |
|
| 191 | 193 | */ |
| 192 | 194 | public function getTimingsAction() |
| 193 | 195 | { |