We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3569d4 commit b2d9c0dCopy full SHA for b2d9c0d
phpstan.dist.neon
@@ -18,3 +18,8 @@ parameters:
18
- "#Property .+ type has no value type specified in iterable type array.#"
19
- messages:
20
- "#Class .+ implements generic interface .+ but does not specify its types: #"
21
+ - messages:
22
+ # Are the ID properties actually set by API Platform?
23
+ - "#Property App\\\\Api\\\\Dto\\\\[^\\\\]+::\\$id is unused#"
24
+ # Is this property actually set by API Platform?
25
+ - "#Class App\\\\Api\\\\Dto\\\\Tag has an uninitialized readonly property \\$id. Assign it in the constructor.#"
0 commit comments