Skip to content

Commit 6d83596

Browse files
committed
Ignore errors in src/wp-includes/build which currently come the Gutenberg build
1 parent 0738208 commit 6d83596

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/phpstan/base.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ parameters:
105105
- ../../src/wp-includes/deprecated.php
106106
- ../../src/wp-includes/ms-deprecated.php
107107
- ../../src/wp-includes/pluggable-deprecated.php
108+
# These files are currently pulled in from Gutenberg, but maybe not long-term. See <https://core.trac.wordpress.org/ticket/64393>.
109+
- ../../src/wp-includes/build
108110
# These files are sourced by wordpress/gutenberg in `tools/release/sync-stable-blocks.js`.
109111
- ../../src/wp-includes/blocks
110112
# Third-party libraries.

0 commit comments

Comments
 (0)