From 167fe26aa2fcf188bb8e989a4a817bfa8e54f0f4 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 5 Dec 2024 09:36:33 +0100 Subject: [PATCH] Ignore issue --- tests/_fixture/ExampleClass.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/_fixture/ExampleClass.php b/tests/_fixture/ExampleClass.php index 8f06e50..da73826 100644 --- a/tests/_fixture/ExampleClass.php +++ b/tests/_fixture/ExampleClass.php @@ -14,6 +14,9 @@ namespace SebastianBergmann\Exporter; */ class ExampleClass { + /** + * @phpstan-ignore property.onlyWritten + */ private string $foo; public function __construct(string $foo)