From 3b38369d14288b292f3028b9a961f9ceb0d998ba Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Sat, 13 Jan 2024 08:09:25 -0500 Subject: [PATCH] WPCS --- src/wp-includes/class-wp-block-parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-block-parser.php b/src/wp-includes/class-wp-block-parser.php index fdf86d1e2c565..aad1640a40137 100644 --- a/src/wp-includes/class-wp-block-parser.php +++ b/src/wp-includes/class-wp-block-parser.php @@ -150,7 +150,7 @@ public function offsetSet( $offset, $value ) { // phpcs:ignore WordPress.NamingC break; default: - throw new Exception('Does any code modify these?' ); + throw new Exception( 'Does any code modify these?' ); } }