Ignore issue

This commit is contained in:
Sebastian Bergmann 2024-12-05 09:36:33 +01:00
parent bd2ef913f5
commit 167fe26aa2
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ namespace SebastianBergmann\Exporter;
*/ */
class ExampleClass class ExampleClass
{ {
/**
* @phpstan-ignore property.onlyWritten
*/
private string $foo; private string $foo;
public function __construct(string $foo) public function __construct(string $foo)