Skip to content

Commit

Permalink
WPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Jan 13, 2024
1 parent 69a4b83 commit 3e55ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-block-parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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?' );
}
}

Expand Down

0 comments on commit 3e55ebe

Please sign in to comment.