Skip to content

Commit

Permalink
Fix PHP lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lende committed Mar 30, 2023
1 parent a7337a7 commit 7e7bf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/class-wp-duotone-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ public static function output_global_styles() {

/**
* Get the CSS selector for a block type.
*
*
* @param string $block_name The block name.
*
*
* @return string The CSS selector or null if there is no support.
*/
private static function get_selector( $block_name ) {
Expand Down

0 comments on commit 7e7bf1c

Please sign in to comment.