We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | ResponseInterface $response, |
| 79 | 79 | ServerRequestInterface $request |
| 80 | 80 | ): ResponseInterface { |
| 81 | - $origin = (string) ($request->getHeaderLine('Origin') ?: '*'); |
|
| 81 | + $origin = (string) ($request->getHeaderLine('Origin') ? : '*'); |
|
| 82 | 82 | |
| 83 | 83 | return $response |
| 84 | 84 | ->withHeader('Access-Control-Allow-Methods', 'GET, OPTIONS') |