You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make parts of graphqlite immutable
* Revert previous versions docs
* Refactor getters, PHPStan, codestyle
* Fix phpcbf's broken Cloneable
* Fix return types in docs
* Fix "test" class names used for resolvers
* Refactor GlobAnnotationsCache to be immutable
Copy file name to clipboardExpand all lines: phpstan.neon
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ parameters:
17
17
- "#Parameter .* of class ReflectionMethod constructor expects string(\\|null)?, object\\|string given.#"
18
18
- "#PHPDoc tag @throws with type Psr\\\\SimpleCache\\\\InvalidArgumentException is not subtype of Throwable#"
19
19
- '#Variable \$context might not be defined.#'
20
+
# TODO: fix these in the resolver refactor PR that follows; it'll be initialized in the constructor
21
+
- '#Class TheCodingMachine\\GraphQLite\\(QueryFieldDescriptor|InputFieldDescriptor) has an uninitialized readonly property \$(originalResolver|resolver)\. Assign it in the constructor.#'
22
+
- '#Readonly property TheCodingMachine\\GraphQLite\\(QueryFieldDescriptor|InputFieldDescriptor)::\$(originalResolver|resolver) is assigned outside of the constructor\.#'
23
+
- '#Property TheCodingMachine\\GraphQLite\\(QueryFieldDescriptor|InputFieldDescriptor)::\$resolver \(callable\) in isset\(\) is not nullable\.#'
20
24
-
21
25
message:'#Parameter .* of class GraphQL\\Error\\Error constructor expects#'
0 commit comments