We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -58,6 +58,9 @@ |
||
| 58 | 58 | return $this->createResponse($request, $schemaName, true); |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | + /** |
|
| 62 | + * @param boolean $batched |
|
| 63 | + */ |
|
| 61 | 64 | private function createResponse(Request $request, $schemaName, $batched) |
| 62 | 65 | { |
| 63 | 66 | if ('OPTIONS' === $request->getMethod()) { |