Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified EventListener/ClassLoaderListener.php
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions Relay/Mutation/MutationFieldDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

namespace Overblog\GraphQLBundle\Relay\Mutation;

use GraphQL\Type\Definition\Config;
use Overblog\GraphQLBundle\Definition\Builder\MappingInterface;
use Overblog\GraphQLBundle\Definition\Type;

class MutationFieldDefinition implements MappingInterface
{
Expand Down
1 change: 0 additions & 1 deletion Relay/Node/GlobalIdFieldDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Overblog\GraphQLBundle\Relay\Node;

use Overblog\GraphQLBundle\Definition\Builder\MappingInterface;
use Overblog\GraphQLBundle\Definition\Type;

class GlobalIdFieldDefinition implements MappingInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Relay/Node/NodeFieldDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

namespace Overblog\GraphQLBundle\Relay\Node;

use GraphQL\Type\Definition\Config;
use Overblog\GraphQLBundle\Definition\Builder\MappingInterface;
use Overblog\GraphQLBundle\Definition\Type;

class NodeFieldDefinition implements MappingInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Relay/Node/PluralIdentifyingRootFieldDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

namespace Overblog\GraphQLBundle\Relay\Node;

use GraphQL\Type\Definition\Config;
use Overblog\GraphQLBundle\Definition\Builder\MappingInterface;
use Overblog\GraphQLBundle\Definition\Type;

class PluralIdentifyingRootFieldDefinition implements MappingInterface
{
Expand Down
1 change: 0 additions & 1 deletion Request/Executor.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Overblog\GraphQLBundle\Request;

use GraphQL\GraphQL;
use GraphQL\Language\Source;
use GraphQL\Schema;
use GraphQL\Validator\DocumentValidator;
use GraphQL\Validator\Rules\QueryComplexity;
Expand Down
3 changes: 0 additions & 3 deletions Request/ParserInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Overblog\GraphQLBundle\Request;

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;

interface ParserInterface
{
Expand All @@ -30,8 +29,6 @@ interface ParserInterface
*
* @param Request $request
*
* @throw BadRequestHttpException
*
* @return array
*/
public function parse(Request $request);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"twig/twig": "If you want to use graphiQL."
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.11",
"friendsofphp/php-cs-fixer": "^1.11",
"sensio/framework-extra-bundle": "^3.0.13",
"sllh/php-cs-fixer-styleci-bridge": "^1.5",
"symfony/browser-kit": "^2.7|^3.0",
Expand Down