File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 77use Graphpinator \ConstraintDirectives \Exception \ConstraintError ;
88use Graphpinator \Graphpinator ;
99use 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 ;
1510use Graphpinator \Typesystem \Schema ;
16- use Graphpinator \Typesystem \Type ;
1711use Infinityloop \Utils \Json ;
1812use PHPUnit \Framework \TestCase ;
1913
You can’t perform that action at this time.
0 commit comments