We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daad756 commit e8805bdCopy full SHA for e8805bd
Makefile
@@ -95,6 +95,7 @@ lint:
95
--exclude tests/PHPStan/Parser/data/cleaning-property-hooks-after.php \
96
--exclude tests/PHPStan/Rules/Properties/data/existing-classes-property-hooks.php \
97
--exclude tests/PHPStan/Rules/Properties/data/set-property-hook-parameter.php \
98
+ --exclude tests/PHPStan/Rules/Properties/data/overriding-final-property.php \
99
src tests
100
101
cs:
tests/PHPStan/Rules/Properties/data/overriding-final-property.php
@@ -1,4 +1,4 @@
1
-<?php // lint >= 8.4
+<?php
2
3
namespace OverridingFinalProperty;
4
0 commit comments