Skip to content

Commit 760d701

Browse files
committed
phpstan: regenerate baselines after rebase
1 parent 46d4e72 commit 760d701

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
@@ -205,12 +205,6 @@
205205
'count' => 1,
206206
'path' => __DIR__ . '/../../../src/wp-includes/class-wp-block-type.php',
207207
];
208-
$ignoreErrors[] = [
209-
'message' => '#^Offset int\\<0, max\\> does not exist on WP_Block_List\\.$#',
210-
'identifier' => 'offsetAccess.notFound',
211-
'count' => 1,
212-
'path' => __DIR__ . '/../../../src/wp-includes/class-wp-block.php',
213-
];
214208
$ignoreErrors[] = [
215209
'message' => '#^Property WP_Block\\:\\:\\$inner_blocks \\(WP_Block_List\\) does not accept default value of type array\\.$#',
216210
'identifier' => 'property.defaultValue',

0 commit comments

Comments
 (0)