Skip to content

Commit 3bb9f99

Browse files
committed
fix phpstan
1 parent 6526acc commit 3bb9f99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ parameters:
9292
message: '#Function "var_dump\(\)" cannot be used/left in the code#'
9393
path: src/functions/node_helper.php
9494

95+
-
96+
message: '#Function "class_exists\(\)" cannot be used/left in the code#'
97+
path: bin/add-phpstan-self-replace.php
98+
9599
# lack of generic array in nikic/php-parser
96100
- '#Method (.*?) should return array<PhpParser\\Node\\(.*?)\> but returns array<PhpParser\\Node\>#'
97101

0 commit comments

Comments
 (0)