File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ lint:
109
109
--exclude tests/PHPStan/Rules/Properties/data/final-properties.php \
110
110
--exclude tests/PHPStan/Rules/Properties/data/property-in-interface-explicit-abstract.php \
111
111
--exclude tests/PHPStan/Rules/Constants/data/final-private-const.php \
112
+ --exclude tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php \
112
113
src tests
113
114
114
115
cs :
Original file line number Diff line number Diff line change 13
13
" ../tests/PHPStan/Rules/Names/data/no-namespace.php" ,
14
14
" ../tests/notAutoloaded" ,
15
15
" ../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"
17
18
]
18
19
}
You can’t perform that action at this time.
0 commit comments