Skip to content

Commit 6e2aa00

Browse files
committed
phpstan: ignore wp-includes.user
1 parent a4ee081 commit 6e2aa00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/phpstan/base.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,5 @@ parameters:
124124
- ../../src/wp-includes/Text
125125
# Contains errors that cannot be ignored by PHPStan.
126126
- ../../src/wp-includes/html-api/class-wp-html-processor.php
127+
# Setting `$metadata['user_pass'] = ''` (https://core.trac.wordpress.org/ticket/22114) causes PHPStan to hang
128+
- ../../src/wp-includes/user.php

0 commit comments

Comments
 (0)