Skip to content

Commit f722c14

Browse files
committed
refactor: snake_case to camelCase
1 parent 1eb348d commit f722c14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PrefillGravityForms/Providers/BlockServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function register(): void
1515
add_action('init', $this->registerBlocks(...));
1616
}
1717

18-
public function registerBlockCategory(array $blockCategories, WP_Block_Editor_Context $block_editor_context): array
18+
public function registerBlockCategory(array $blockCategories, WP_Block_Editor_Context $blockEditorContext): array
1919
{
2020
$blockCategories[] = [
2121
'slug' => self::BLOCK_CATEGORY,

0 commit comments

Comments
 (0)