We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -16,7 +16,7 @@ |
||
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'; |