Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Sep 19, 2020
1 parent f91a661 commit d1a78f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/block/template.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @var array{class_name: string, content: string} $args;
* @var array{class_name: string, content: string, wp_block: WP_Block} $args;
*/
?>
<div class="<?php echo esc_attr( $args['class_name'] ); ?>"><?php echo esc_html( $args['content'] ); ?></div>

0 comments on commit d1a78f7

Please sign in to comment.