Skip to content

Commit e6b352a

Browse files
[ErrorHandler] trigger deprecations for @final properties
1 parent ac9c573 commit e6b352a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/VersionAwareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
trait VersionAwareTest
1515
{
16-
protected static $supportedFeatureSetVersion = 404;
16+
protected static int $supportedFeatureSetVersion = 404;
1717

1818
protected function requiresFeatureSet(int $requiredFeatureSetVersion)
1919
{

0 commit comments

Comments
 (0)