Skip to content

Commit

Permalink
Added @return after @global in php doc (#60611)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
  • Loading branch information
3 people authored Apr 15, 2024
1 parent 0469173 commit 0926d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/global-styles-and-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function gutenberg_get_global_styles_base_custom_css() {
*
* @since 6.6.0
*
* @global WP_Styles $wp_styles
* @global WP_Styles $wp_styles
*/
function gutenberg_add_global_styles_block_custom_css() {
global $wp_styles;
Expand Down Expand Up @@ -247,9 +247,9 @@ function gutenberg_add_global_styles_block_custom_css() {
/**
* Adds global style rules to the inline style for each block.
*
* @return void
*
* @global WP_Styles $wp_styles
*
* @return void
*/
function gutenberg_add_global_styles_for_blocks() {
global $wp_styles;
Expand Down

0 comments on commit 0926d97

Please sign in to comment.