Skip to content

Commit 8a3775f

Browse files
committed
chore: regenerate PHPStan baselines after rebase
1 parent 44c3beb commit 8a3775f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/phpstan/baseline/level-3.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
'count' => 1,
2626
'path' => __DIR__ . '/../../../src/wp-admin/includes/class-wp-filesystem-direct.php',
2727
];
28-
$ignoreErrors[] = [
29-
// identifier: return.type
30-
'message' => '#^Method WP_Filesystem_FTPext\\:\\:parselisting\\(\\) should return array but returns string\\.$#',
31-
'count' => 1,
32-
'path' => __DIR__ . '/../../../src/wp-admin/includes/class-wp-filesystem-ftpext.php',
33-
];
3428
$ignoreErrors[] = [
3529
// identifier: return.type
3630
'message' => '#^Method WP_Filesystem_SSH2\\:\\:group\\(\\) should return string\\|false but returns int\\<min, \\-1\\>\\|int\\<1, max\\>\\.$#',

0 commit comments

Comments
 (0)