Skip to content
Closed
Prev Previous commit
Next Next commit
Fix lint errors.
  • Loading branch information
tellthemachines committed Jan 31, 2023
commit 80ad395ba44dd1e090ae6c74f17129fd3e57bc19
1 change: 0 additions & 1 deletion src/wp-includes/class-wp-theme-json.php
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,6 @@ function( $pseudo_selector ) use ( $selector ) {
$block_rules .= static::to_ruleset( $style_variation_selector, $individual_style_variation_declarations );
}


return $block_rules;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/tests/theme/wpThemeJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,7 @@ public function test_get_styles_for_block_with_style_variations() {
'color' => array(
'background' => 'hotpink',
),
'unregisteredProperty' => 'value'
'unregisteredProperty' => 'value',
),
),
),
Expand Down