From 082b686582db86a053f430a6f7095ac7a7d7985b Mon Sep 17 00:00:00 2001 From: Vicente Canales <1157901+vcanales@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:01:59 -0300 Subject: [PATCH] Bedrock: add missing strict types declaration (#7600) --- bedrock/patterns/post-meta.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bedrock/patterns/post-meta.php b/bedrock/patterns/post-meta.php index 954f88779a..7996719f5a 100644 --- a/bedrock/patterns/post-meta.php +++ b/bedrock/patterns/post-meta.php @@ -4,6 +4,7 @@ * Slug: bedrock/post-meta * Inserter: no */ +declare( strict_types = 1 ); ?>