Skip to content

Commit 9572192

Browse files
committed
PHPStan: Remove ignored error that is no longer needed.
1 parent 4e58246 commit 9572192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ parameters:
1515
# WP_CLI\Fetchers\User::get() returns WP_User without root namespace.
1616
- '/^Cannot access property \$ID on WP_CLI\\Fetchers\\WP_User\|false\.$/'
1717
# Backward compatibility with old method of passing arguments.
18-
- '/^Call to function is_array\(\) with array<string, mixed> will always evaluate to true\.$/'
1918
# Associative CLI arguments. Passed by reference.
2019
- '/^Parameter \&\$assoc_args by-ref type of method WP_MS_Network_Command::get_formatter\(\) expects array<string, mixed>, array given\.$/'
2120

0 commit comments

Comments
 (0)