We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d4e72 commit 760d701Copy full SHA for 760d701
tests/phpstan/baseline/level-3.php
@@ -205,12 +205,6 @@
205
'count' => 1,
206
'path' => __DIR__ . '/../../../src/wp-includes/class-wp-block-type.php',
207
];
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
-];
214
$ignoreErrors[] = [
215
'message' => '#^Property WP_Block\\:\\:\\$inner_blocks \\(WP_Block_List\\) does not accept default value of type array\\.$#',
216
'identifier' => 'property.defaultValue',
0 commit comments