We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -49,7 +49,7 @@ |
||
49 | 49 | $expectedData = [ |
50 | 50 | 'user' => [ |
51 | 51 | 'friends' => [ |
52 | - 'totalCount' => 4, |
|
52 | + 'totalCount' => 4, |
|
53 | 53 | 'edges' => [ |
54 | 54 | [ |
55 | 55 | 'friendshipTime' => 'Yesterday', |
@@ -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; |