Skip to content

Commit c5f69a8

Browse files
committed
Add AllowDynamicProperties annotation for PHP 8.3 compat
1 parent 897b6da commit c5f69a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HM/Sniffs/Security/EscapeOutputSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*
1515
* @see https://github.com/WordPress/WordPress-Coding-Standards/issues/1864
1616
*/
17+
#[AllowDynamicProperties]
1718
class EscapeOutputSniff extends WPCSEscapeOutputSniff {
1819
use ExtraSniffCode;
1920

0 commit comments

Comments
 (0)