Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-vara authored Sep 7, 2023
1 parent fca25d5 commit e335c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/Patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public static function get_theme_step_patterns_from_step( $step, $squash = false
);
continue;
}
if (isset($block_patterns)) {
if ( isset( $block_patterns ) ) {
$block_patterns .= self::cleanup_wp_grammar( $pattern['content'] );
} else {
$block_patterns = self::cleanup_wp_grammar( $pattern['content'] );
Expand Down

0 comments on commit e335c87

Please sign in to comment.