From 73967d47a652932272d1f83361513fc017e98f7a Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Mon, 17 Jul 2023 11:00:59 -0700 Subject: [PATCH] Add read to baseline --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) 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