Skip to content

Commit bf470f1

Browse files
committed
Updated PHPStan Rules to commit 4a87e7191966f957e13a6bc9dc41c44a70cb4c75
deprecated-packages/symplify@4a87e71 fix test stan
1 parent 7b4e3f2 commit bf470f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src-for-tests/SomeClass.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44

55
final class SomeClass
66
{
7+
private string $name = 'not empty class';
78

9+
public function getName(): string
10+
{
11+
return $this->name;
12+
}
813
}

0 commit comments

Comments
 (0)