Skip to content

Commit

Permalink
Bedrock: add missing strict types declaration (#7600)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales authored Jan 10, 2024
1 parent d944f27 commit 082b686
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 082b686

Please sign in to comment.