Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#18)
by Jérémiah
09:05
created
Request/ParserInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 interface ParserInterface
18 18
 {
19
-    const CONTENT_TYPE_GRAPHQL ='application/graphql';
19
+    const CONTENT_TYPE_GRAPHQL = 'application/graphql';
20 20
     const CONTENT_TYPE_JSON = 'application/json';
21 21
     const CONTENT_TYPE_FORM = 'application/x-www-form-urlencoded';
22 22
     const CONTENT_TYPE_FORM_DATA = 'multipart/form-data';
Please login to merge, or discard this patch.