We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Overblog\GraphQLBundle\Request; |
13 | 13 | |
14 | 14 | use GraphQL\GraphQL; |
15 | -use GraphQL\Language\Source; |
|
16 | 15 | use GraphQL\Schema; |
17 | 16 | use GraphQL\Validator\DocumentValidator; |
18 | 17 | use GraphQL\Validator\Rules\QueryComplexity; |
@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | private static $hasMutate = false; |
17 | 17 | |
18 | - public static function hasMutate($reset = false) |
|
18 | + public static function hasMutate($reset = false) |
|
19 | 19 | { |
20 | 20 | $hasMutate = self::$hasMutate; |
21 | 21 |