Skip to content

Commit 1c96090

Browse files
committed
chore: phpcs fix
1 parent 054e3a0 commit 1c96090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Blocks/CoreImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class CoreImage extends Block {
4242
*/
4343
public function __construct( WP_Block_Type $block, Registry $block_registry ) {
4444
parent::__construct( $block, $block_registry );
45-
45+
4646
register_graphql_field(
4747
$this->type_name,
4848
'mediaDetails',

0 commit comments

Comments
 (0)