nhl-schedule/phpstan.neon

13 lines
283 B
Plaintext

parameters:
level: 8
paths:
- src
ignoreErrors:
-
message: "#^Property .+::.+ is never read, only written\\.$#"
paths:
- src/Domain/Entity/*.php
-
message: "#^Variable \\$metadata might not be defined\\.$#"
path: src/Infrastructure/Persistence/Mapping/*.php