Kumora/phpstan-baseline.neon

8 lines
274 B
Plaintext
Raw Normal View History

parameters:
ignoreErrors:
-
message: '#^Property App\\Entity\\ResetPasswordRequest\:\:\$id \(int\|null\) is never assigned int so it can be removed from the property type\.$#'
identifier: property.unusedType
count: 1
path: src/Entity/ResetPasswordRequest.php