We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986cbdf commit 04f1adaCopy full SHA for 04f1ada
Makefile
@@ -71,6 +71,7 @@ lint:
71
--exclude tests/PHPStan/Rules/Keywords/data/declare-strict-nonsense.php \
72
--exclude tests/PHPStan/Rules/Keywords/data/declare-strict-nonsense-bool.php \
73
--exclude tests/PHPStan/Rules/Keywords/data/declare-inline-html.php \
74
+ --exclude tests/PHPStan/Rules/Classes/data/extends-readonly-class.php \
75
src tests
76
77
cs:
tests/PHPStan/Rules/Classes/data/extends-readonly-class.php
@@ -1,4 +1,4 @@
1
-<?php // lint >= 8.2
+<?php
2
3
namespace ExtendsReadOnlyClass;
4
0 commit comments