Skip to content

Commit 6e10dfb

Browse files
devmaslovmoufmouf
authored andcommitted
Removed not relevant phpstan rules ignoring
1 parent 7acd176 commit 6e10dfb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpstan.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ parameters:
99
ignoreErrors:
1010
- "#PHPDoc tag \\@throws with type Psr\\\\Container\\\\ContainerExceptionInterface is not subtype of Throwable#"
1111
- "#Parameter .* of class ReflectionMethod constructor expects string(\\|null)?, object\\|string given.#"
12-
-
13-
message: '#Method TheCodingMachine\\GraphQLite\\Types\\Mutable(Interface|Object)Type::getFields\(\) should return array<GraphQL\\Type\\Definition\\FieldDefinition> but returns array\|float\|int#'
14-
path: src/Types/MutableTrait.php
15-
-
16-
message: '#Method TheCodingMachine\\GraphQLite\\Mappers\\Proxys\\Mutable(Interface|Object)TypeAdapter::getFields\(\) should return array<GraphQL\\Type\\Definition\\FieldDefinition> but returns array\|float\|int#'
17-
path: src/Mappers/Proxys/MutableAdapterTrait.php
1812
- "#PHPDoc tag @throws with type Psr\\\\SimpleCache\\\\InvalidArgumentException is not subtype of Throwable#"
1913
- '#Variable \$context might not be defined.#'
2014
-

0 commit comments

Comments
 (0)