Skip to content

Commit 5bfe8f1

Browse files
committed
Fix build
1 parent a6a6563 commit 5bfe8f1

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
@@ -22,8 +22,8 @@ class Bar extends Foo
2222

2323
public $b;
2424

25-
public $c;
25+
public int $c;
2626

27-
public $d;
27+
public int $d;
2828

2929
}

0 commit comments

Comments
 (0)