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)