Skip to content

Commit 7e7bf1c

Browse files
author
Alex Lende
committed
Fix PHP lint
1 parent a7337a7 commit 7e7bf1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/class-wp-duotone-gutenberg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ public static function output_global_styles() {
266266

267267
/**
268268
* Get the CSS selector for a block type.
269-
*
269+
*
270270
* @param string $block_name The block name.
271-
*
271+
*
272272
* @return string The CSS selector or null if there is no support.
273273
*/
274274
private static function get_selector( $block_name ) {

0 commit comments

Comments
 (0)