check if container contains given types, schema types unique #1271
php.yml
on: pull_request
tests
17s
phpstan
17s
codestyle
0s
mutation
0s
Matrix: tests-matrix
Annotations
10 errors
phpstan:
src/Normalizer/Normalizer.php#L137
Match expression does not handle remaining value: string
|
phpstan:
src/Resolver/Resolver.php#L22
Match expression does not handle remaining value: string
|
phpstan:
src/Typesystem/EnumType.php#L99
Call to function assert() with true will always evaluate to true.
|
phpstan:
src/Typesystem/EnumType.php#L99
Instanceof between Graphpinator\Typesystem\Attribute\Description and Graphpinator\Typesystem\Attribute\Description will always evaluate to true.
|
phpstan:
src/Typesystem/Utils/THasDescription.php (in context of class Graphpinator/Typesystem/Contract/NamedType)#L18
Call to function assert() with true will always evaluate to true.
|
phpstan:
src/Typesystem/Utils/THasDescription.php (in context of class Graphpinator/Typesystem/Contract/NamedType)#L18
Instanceof between Graphpinator\Typesystem\Attribute\Description and Graphpinator\Typesystem\Attribute\Description will always evaluate to true.
|
phpstan:
src/Typesystem/Utils/THasDescription.php (in context of class Graphpinator/Typesystem/Directive)#L18
Call to function assert() with true will always evaluate to true.
|
phpstan:
src/Typesystem/Utils/THasDescription.php (in context of class Graphpinator/Typesystem/Directive)#L18
Instanceof between Graphpinator\Typesystem\Attribute\Description and Graphpinator\Typesystem\Attribute\Description will always evaluate to true.
|
phpstan
Process completed with exit code 1.
|
tests
Process completed with exit code 2.
|