@@ -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 | */ |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use FastD\Http\ServerRequest; |
| 20 | 20 | use FastD\Logger\Logger; |
| 21 | 21 | use FastD\ServiceProvider\ConfigServiceProvider; |
| 22 | -use FastD\ServiceProvider\LoggerServiceProvider; |
|
| 23 | 22 | use Psr\Http\Message\ResponseInterface; |
| 24 | 23 | use Psr\Http\Message\ServerRequestInterface; |
| 25 | 24 | use Symfony\Component\Debug\Exception\FatalThrowableError; |
@@ -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 | */ |