Skip to content

Commit e8805bd

Browse files
committed
Fix build
1 parent daad756 commit e8805bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ lint:
9595
--exclude tests/PHPStan/Parser/data/cleaning-property-hooks-after.php \
9696
--exclude tests/PHPStan/Rules/Properties/data/existing-classes-property-hooks.php \
9797
--exclude tests/PHPStan/Rules/Properties/data/set-property-hook-parameter.php \
98+
--exclude tests/PHPStan/Rules/Properties/data/overriding-final-property.php \
9899
src tests
99100

100101
cs:

Diff for: tests/PHPStan/Rules/Properties/data/overriding-final-property.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // lint >= 8.4
1+
<?php
22

33
namespace OverridingFinalProperty;
44

0 commit comments

Comments
 (0)