We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | /** |
| 35 | 35 | * The main method of the eID script |
| 36 | 36 | * |
| 37 | - * @param ServerRequestInterface $request |
|
| 37 | + * @param ServerRequestInterface $request |
|
| 38 | 38 | * @return ResponseInterface XML response of search suggestions |
| 39 | 39 | */ |
| 40 | 40 | public function main(ServerRequestInterface $request) |
@@ -58,10 +58,12 @@ |
||
| 58 | 58 | { |
| 59 | 59 | return new ExpressionFunction( |
| 60 | 60 | 'getDocumentType', |
| 61 | - function () { |
|
| 61 | + function () |
|
| 62 | + { |
|
| 62 | 63 | // Not implemented, we only use the evaluator |
| 63 | 64 | }, |
| 64 | - function ($arguments, $cPid) { |
|
| 65 | + function ($arguments, $cPid) |
|
| 66 | + { |
|
| 65 | 67 | /** @var RequestWrapper $requestWrapper */ |
| 66 | 68 | $requestWrapper = $arguments['request']; |
| 67 | 69 | $queryParams = $requestWrapper->getQueryParams(); |