File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ lint:
109109 --exclude tests/PHPStan/Rules/Properties/data/final-properties.php \
110110 --exclude tests/PHPStan/Rules/Properties/data/property-in-interface-explicit-abstract.php \
111111 --exclude tests/PHPStan/Rules/Constants/data/final-private-const.php \
112+ --exclude tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php \
112113 src tests
113114
114115cs :
Original file line number Diff line number Diff line change 1313 " ../tests/PHPStan/Rules/Names/data/no-namespace.php" ,
1414 " ../tests/notAutoloaded" ,
1515 " ../tests/PHPStan/Rules/Functions/data/define-bug-3349.php" ,
16- " ../tests/PHPStan/Levels/data/stubs/function.php"
16+ " ../tests/PHPStan/Levels/data/stubs/function.php" ,
17+ " ../tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php"
1718 ]
1819}
You can’t perform that action at this time.
0 commit comments