|
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
|