@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | /** |
| 56 | 56 | * AppKernel constructor. |
| 57 | 57 | * |
| 58 | - * @param $path |
|
| 58 | + * @param string $path |
|
| 59 | 59 | */ |
| 60 | 60 | public function __construct($path) |
| 61 | 61 | { |
@@ -167,7 +167,7 @@ discard block |
||
| 167 | 167 | } |
| 168 | 168 | |
| 169 | 169 | /** |
| 170 | - * @param $e |
|
| 170 | + * @param Exception $e |
|
| 171 | 171 | * |
| 172 | 172 | * @return Response |
| 173 | 173 | */ |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | - * @param $query |
|
| 57 | + * @param string $query |
|
| 58 | 58 | * |
| 59 | 59 | * @return bool|\PDOStatement |
| 60 | 60 | */ |