Skip to content

Commit

Permalink
PHPCS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellenwood committed Apr 8, 2024
1 parent 9a9ad7c commit f9e46c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions wp-content/plugins/core/src/Blocks/Block_Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ public function get_block_style_handle(): string {

/**
* Block styles to be defined in extending class
*
* @return array
*/
public function get_block_styles(): array {
return [];
}

/**
* Block dependencies to be defined in extending class
*
* @return array
*/
public function get_block_dependencies(): array {
return [];
Expand Down
2 changes: 0 additions & 2 deletions wp-content/plugins/core/src/Blocks/Block_Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class Block_Category {
* @filter block_categories_all
*
* @param array $categories
*
* @return array
*/
public function custom_block_category( array $categories ): array {
return array_merge( [
Expand Down

0 comments on commit f9e46c2

Please sign in to comment.