We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | } |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | - private function processQuery(Request $request, ?string $schemaName, bool $batched, bool $async = false): array|Promise |
|
| 84 | + private function processQuery(Request $request, ?string $schemaName, bool $batched, bool $async = false): array | Promise |
|
| 85 | 85 | { |
| 86 | 86 | if ($batched) { |
| 87 | 87 | $payload = $this->processBatchQuery($request, $schemaName); |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | return $payloads; |
| 111 | 111 | } |
| 112 | 112 | |
| 113 | - private function processNormalQuery(Request $request, string $schemaName = null, bool $async = false): array|Promise |
|
| 113 | + private function processNormalQuery(Request $request, string $schemaName = null, bool $async = false): array | Promise |
|
| 114 | 114 | { |
| 115 | 115 | $params = $this->requestParser->parse($request); |
| 116 | 116 | |