Skip to content

Commit

Permalink
Tweak PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 25, 2024
1 parent 9e00d91 commit c3cfd01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wp-includes/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,8 @@ function get_hooked_blocks() {
* @param array $hooked_block The hooked block, represented as a parsed block array.
* @param string $hooked_block_type The type of the hooked block. This could be different from
* $hooked_block['blockName'], as a filter might've modified the latter.
* @param array $anchor_block The anchor block. Passed by reference.
* @param array $anchor_block The anchor block, represented as a parsed block array.
* Passed by reference.
* @return string The markup for the given hooked block, or an empty string if the block is ignored.
*/
function get_hooked_block_markup( $hooked_block, $hooked_block_type, &$anchor_block ) {
Expand Down

0 comments on commit c3cfd01

Please sign in to comment.