Skip to content

Commit 0c850d1

Browse files
authored
Merge branch 'trunk' into try/abilities-api
2 parents 8719b86 + 49d1ded commit 0c850d1

31 files changed

+3960
-677
lines changed

phpcs.xml.dist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
#############################################################################
230230
SELECTIVE EXCLUSIONS
231231
Exclude specific files for specific sniffs and/or exclude sub-groups in sniffs.
232-
232+
233233
These exclusions are listed ordered by alphabetic sniff name.
234234
#############################################################################
235235
-->
@@ -266,8 +266,9 @@
266266

267267
<!-- Goto is an effective way to handle errors in decoders which expect valid bytes
268268
without impacting the fast path while avoiding bloating the code with redundant
269-
and risky handling code. Exclude forbidding goto in UTF-8 fallback code. -->
269+
and risky handling code. Exclude forbidding goto in parser code. -->
270270
<exclude-pattern>/wp-includes/compat-utf8\.php</exclude-pattern>
271+
<exclude-pattern>/wp-includes/class-wp-block-processor\.php</exclude-pattern>
271272
</rule>
272273

273274
<!-- Exclude sample config from modernization to prevent breaking CI workflows based on WP-CLI scaffold.

0 commit comments

Comments
 (0)