Skip to content

Commit

Permalink
Correct the documented return type for WP_Block_Parser_Block::render()
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion authored Jul 22, 2022
1 parent 5de7f23 commit 394de8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-serialization-default-parser/parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class WP_Block_Parser {
* @since 5.0.0
*
* @param string $document Input document being parsed.
* @return WP_Block_Parser_Block[]
* @return array[]
*/
function parse( $document ) {
$this->document = $document;
Expand Down

0 comments on commit 394de8a

Please sign in to comment.