@@ -27,7 +27,8 @@ |
||
| 27 | 27 | * @param bool $useSlimErrors Throw Slim exceptions for error responses. |
| 28 | 28 | */ |
| 29 | 29 | public function __construct(public bool $useSlimErrors = false) |
| 30 | - { } |
|
| 30 | + { |
|
| 31 | +} |
|
| 31 | 32 | |
| 32 | 33 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
| 33 | 34 | { |