We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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(); |