Skip to content

Commit

Permalink
Bedrock: add missing strict types declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Jan 10, 2024
1 parent d944f27 commit 8890668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bedrock/patterns/post-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Slug: bedrock/post-meta
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"},"typography":{"lineHeight":"1"}},"textColor":"secondary","layout":{"type":"flex","flexWrap":"wrap"}} -->
<div class="wp-block-group has-secondary-color has-text-color" style="line-height:1">
Expand Down

0 comments on commit 8890668

Please sign in to comment.