diff --git a/allez/patterns/header-with-sticky-post.php b/allez/patterns/header-with-sticky-post.php index ea657812d8..2c8df4e0a7 100644 --- a/allez/patterns/header-with-sticky-post.php +++ b/allez/patterns/header-with-sticky-post.php @@ -5,6 +5,8 @@ * Categories: hidden * Inserter: no */ + +declare( strict_types = 1 ); ?>
diff --git a/allez/patterns/index.php b/allez/patterns/index.php index 16744ec3ca..447517d3c5 100644 --- a/allez/patterns/index.php +++ b/allez/patterns/index.php @@ -5,6 +5,8 @@ * Categories: hidden * Inserter: no */ + +declare( strict_types = 1 ); ?>