Skip to content

Commit 35d4189

Browse files
committed
Fix build
1 parent b5f1cae commit 35d4189

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff 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

114115
cs:

Diff for: build/collision-detector.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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
}

0 commit comments

Comments
 (0)