Skip to content

Commit daad756

Browse files
committed
Fix build
1 parent da12dc2 commit daad756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Properties/data/overriding-final-property.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ class Foo
99

1010
final protected $b;
1111

12-
public private(set) $c;
12+
public private(set) int $c;
1313

14-
protected private(set) $d;
14+
protected private(set) int $d;
1515

1616
}
1717

0 commit comments

Comments
 (0)