Skip to content

Commit 16ddcd9

Browse files
committed
Fix composer script
1 parent 5238666 commit 16ddcd9

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"phpstan": "phpstan analyze --level 8 src",
3232
"phpstan-next": "phpstan analyze --level 8 src",
3333
"phpstan-max": "phpstan analyze --level max src",
34-
"codestyle": "phpcs --standard=vendor/infinityloop-dev/coding-standard/InfinityloopCodingStandard/ruleset.xml --extensions=php src tests",
35-
"codestyle-fix": "phpcbf --standard=vendor/infinityloop-dev/coding-standard/InfinityloopCodingStandard/ruleset.xml --extensions=php src tests"
34+
"codestyle": "phpcs src tests",
35+
"codestyle-fix": "phpcbf src tests"
3636
},
3737
"autoload": {
3838
"psr-4": {

tests/Integration/DirectivesTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
use Graphpinator\ConstraintDirectives\Exception\ConstraintError;
88
use Graphpinator\Graphpinator;
99
use Graphpinator\Request\JsonRequestFactory;
10-
use Graphpinator\Typesystem\Argument\Argument;
11-
use Graphpinator\Typesystem\Argument\ArgumentSet;
12-
use Graphpinator\Typesystem\Container;
13-
use Graphpinator\Typesystem\Field\ResolvableField;
14-
use Graphpinator\Typesystem\Field\ResolvableFieldSet;
1510
use Graphpinator\Typesystem\Schema;
16-
use Graphpinator\Typesystem\Type;
1711
use Infinityloop\Utils\Json;
1812
use PHPUnit\Framework\TestCase;
1913

0 commit comments

Comments
 (0)