diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 12f5982..e5f3ee0 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -40,6 +40,11 @@ parameters: count: 1 path: tests/Entities/StringId.php + - + message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\TypedId\\:\\:\\$id is never written, only read\\.$#" + count: 1 + path: tests/Entities/TypedId.php + - message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\UnspecifiedId\\:\\:\\$id is never written, only read\\.$#" count: 1