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 6526acc commit 3bb9f99Copy full SHA for 3bb9f99
phpstan.neon
@@ -92,6 +92,10 @@ parameters:
92
message: '#Function "var_dump\(\)" cannot be used/left in the code#'
93
path: src/functions/node_helper.php
94
95
+ -
96
+ message: '#Function "class_exists\(\)" cannot be used/left in the code#'
97
+ path: bin/add-phpstan-self-replace.php
98
+
99
# lack of generic array in nikic/php-parser
100
- '#Method (.*?) should return array<PhpParser\\Node\\(.*?)\> but returns array<PhpParser\\Node\>#'
101
0 commit comments