Skip to content

Commit 8c5c003

Browse files
committed
style: fix phpcs warning
1 parent 6765046 commit 8c5c003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-block-patterns-registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function register( $pattern_name, $pattern_properties ) {
137137
return false;
138138
}
139139
}
140-
} else if ( ! $allowed_blocks ) {
140+
} elseif ( ! $allowed_blocks ) {
141141
_doing_it_wrong(
142142
__METHOD__,
143143
sprintf(

0 commit comments

Comments
 (0)