Skip to content

Commit 04f1ada

Browse files
committed
Fix build
1 parent 986cbdf commit 04f1ada

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ lint:
7171
--exclude tests/PHPStan/Rules/Keywords/data/declare-strict-nonsense.php \
7272
--exclude tests/PHPStan/Rules/Keywords/data/declare-strict-nonsense-bool.php \
7373
--exclude tests/PHPStan/Rules/Keywords/data/declare-inline-html.php \
74+
--exclude tests/PHPStan/Rules/Classes/data/extends-readonly-class.php \
7475
src tests
7576

7677
cs:

tests/PHPStan/Rules/Classes/data/extends-readonly-class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // lint >= 8.2
1+
<?php
22

33
namespace ExtendsReadOnlyClass;
44

0 commit comments

Comments
 (0)