We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -62,11 +62,11 @@ |
||
| 62 | 62 | { |
| 63 | 63 | return new ExpressionFunction( |
| 64 | 64 | 'getDocumentType', |
| 65 | - function () |
|
| 65 | + function() |
|
| 66 | 66 | { |
| 67 | 67 | // Not implemented, we only use the evaluator |
| 68 | 68 | }, |
| 69 | - function ($arguments, $cPid) |
|
| 69 | + function($arguments, $cPid) |
|
| 70 | 70 | { |
| 71 | 71 | /** @var RequestWrapper $requestWrapper */ |
| 72 | 72 | $requestWrapper = $arguments['request']; |