Ignore issue
This commit is contained in:
parent
bd2ef913f5
commit
167fe26aa2
|
|
@ -14,6 +14,9 @@ namespace SebastianBergmann\Exporter;
|
|||
*/
|
||||
class ExampleClass
|
||||
{
|
||||
/**
|
||||
* @phpstan-ignore property.onlyWritten
|
||||
*/
|
||||
private string $foo;
|
||||
|
||||
public function __construct(string $foo)
|
||||
|
|
|
|||
Loading…
Reference in New Issue