diff --git src/wp-content/themes/twentyeleven/comments.php src/wp-content/themes/twentyeleven/comments.php
index 102899645d..7a278a6751 100644
--- src/wp-content/themes/twentyeleven/comments.php
+++ src/wp-content/themes/twentyeleven/comments.php
@@ -11,6 +11,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 	<div id="comments">
 	<?php if ( post_password_required() ) : ?>
diff --git src/wp-content/themes/twentyeleven/content-aside.php src/wp-content/themes/twentyeleven/content-aside.php
index ddd9b0d425..e4d0048b80 100644
--- src/wp-content/themes/twentyeleven/content-aside.php
+++ src/wp-content/themes/twentyeleven/content-aside.php
@@ -10,6 +10,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content-gallery.php src/wp-content/themes/twentyeleven/content-gallery.php
index bfdf61c9bc..a0decbb0fc 100644
--- src/wp-content/themes/twentyeleven/content-gallery.php
+++ src/wp-content/themes/twentyeleven/content-gallery.php
@@ -10,6 +10,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content-image.php src/wp-content/themes/twentyeleven/content-image.php
index 42c0814e68..b3b52450da 100644
--- src/wp-content/themes/twentyeleven/content-image.php
+++ src/wp-content/themes/twentyeleven/content-image.php
@@ -10,6 +10,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 	<article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
 		<header class="entry-header">
diff --git src/wp-content/themes/twentyeleven/content-intro.php src/wp-content/themes/twentyeleven/content-intro.php
index 2882b8fe9c..f381d50186 100644
--- src/wp-content/themes/twentyeleven/content-intro.php
+++ src/wp-content/themes/twentyeleven/content-intro.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 <article id="post-<?php the_ID(); ?>" <?php post_class( 'intro' ); ?>>
diff --git src/wp-content/themes/twentyeleven/content-link.php src/wp-content/themes/twentyeleven/content-link.php
index 78531703ec..5406c0a3ac 100644
--- src/wp-content/themes/twentyeleven/content-link.php
+++ src/wp-content/themes/twentyeleven/content-link.php
@@ -10,6 +10,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content-page.php src/wp-content/themes/twentyeleven/content-page.php
index 968a0cac45..65c39d1aed 100644
--- src/wp-content/themes/twentyeleven/content-page.php
+++ src/wp-content/themes/twentyeleven/content-page.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content-quote.php src/wp-content/themes/twentyeleven/content-quote.php
index 3dc531b8ad..67df0535f3 100644
--- src/wp-content/themes/twentyeleven/content-quote.php
+++ src/wp-content/themes/twentyeleven/content-quote.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content-single.php src/wp-content/themes/twentyeleven/content-single.php
index b64579920a..815270956a 100644
--- src/wp-content/themes/twentyeleven/content-single.php
+++ src/wp-content/themes/twentyeleven/content-single.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content-status.php src/wp-content/themes/twentyeleven/content-status.php
index 587f10c854..fc8ac041ad 100644
--- src/wp-content/themes/twentyeleven/content-status.php
+++ src/wp-content/themes/twentyeleven/content-status.php
@@ -10,6 +10,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/content.php src/wp-content/themes/twentyeleven/content.php
index f6294d2ab7..bbd064d27c 100644
--- src/wp-content/themes/twentyeleven/content.php
+++ src/wp-content/themes/twentyeleven/content.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentyeleven/footer.php src/wp-content/themes/twentyeleven/footer.php
index 7883f14fe7..a07041fc8f 100644
--- src/wp-content/themes/twentyeleven/footer.php
+++ src/wp-content/themes/twentyeleven/footer.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 	</div><!-- #main -->
diff --git src/wp-content/themes/twentyeleven/header.php src/wp-content/themes/twentyeleven/header.php
index 3fd479437c..f92c4c55c6 100644
--- src/wp-content/themes/twentyeleven/header.php
+++ src/wp-content/themes/twentyeleven/header.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?><!DOCTYPE html>
 <!--[if IE 6]>
 <html id="ie6" <?php language_attributes(); ?>>
diff --git src/wp-content/themes/twentyeleven/inc/widgets.php src/wp-content/themes/twentyeleven/inc/widgets.php
index b84b808a3c..df32aa16a0 100644
--- src/wp-content/themes/twentyeleven/inc/widgets.php
+++ src/wp-content/themes/twentyeleven/inc/widgets.php
@@ -10,6 +10,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
 
 	/**
diff --git src/wp-content/themes/twentyeleven/searchform.php src/wp-content/themes/twentyeleven/searchform.php
index bd8cdca1b4..c556cdfd96 100644
--- src/wp-content/themes/twentyeleven/searchform.php
+++ src/wp-content/themes/twentyeleven/searchform.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 	<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
 		<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
diff --git src/wp-content/themes/twentyeleven/sidebar-footer.php src/wp-content/themes/twentyeleven/sidebar-footer.php
index d7f0a00f8f..15477aead9 100644
--- src/wp-content/themes/twentyeleven/sidebar-footer.php
+++ src/wp-content/themes/twentyeleven/sidebar-footer.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Eleven
  * @since Twenty Eleven 1.0
  */
+
 ?>
 
 <?php
diff --git src/wp-content/themes/twentyten/comments.php src/wp-content/themes/twentyten/comments.php
index 31425239d0..d18179e496 100644
--- src/wp-content/themes/twentyten/comments.php
+++ src/wp-content/themes/twentyten/comments.php
@@ -11,6 +11,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.0
  */
+
 ?>
 
 			<div id="comments">
diff --git src/wp-content/themes/twentyten/footer.php src/wp-content/themes/twentyten/footer.php
index 07f5d118e2..3c2e98df54 100644
--- src/wp-content/themes/twentyten/footer.php
+++ src/wp-content/themes/twentyten/footer.php
@@ -9,6 +9,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.0
  */
+
 ?>
 	</div><!-- #main -->
 
diff --git src/wp-content/themes/twentyten/header.php src/wp-content/themes/twentyten/header.php
index 9155b2ecaa..5771e75597 100644
--- src/wp-content/themes/twentyten/header.php
+++ src/wp-content/themes/twentyten/header.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.0
  */
+
 ?><!DOCTYPE html>
 <html <?php language_attributes(); ?>>
 <head>
diff --git src/wp-content/themes/twentyten/loop-attachment.php src/wp-content/themes/twentyten/loop-attachment.php
index b886c019e8..7a454d16ea 100644
--- src/wp-content/themes/twentyten/loop-attachment.php
+++ src/wp-content/themes/twentyten/loop-attachment.php
@@ -13,6 +13,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.2
  */
+
 ?>
 
 <?php
diff --git src/wp-content/themes/twentyten/loop-page.php src/wp-content/themes/twentyten/loop-page.php
index 66e58d28eb..425d7fca4e 100644
--- src/wp-content/themes/twentyten/loop-page.php
+++ src/wp-content/themes/twentyten/loop-page.php
@@ -13,6 +13,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.2
  */
+
 ?>
 
 <?php
diff --git src/wp-content/themes/twentyten/loop-single.php src/wp-content/themes/twentyten/loop-single.php
index 07c6469a72..312ecb1da6 100644
--- src/wp-content/themes/twentyten/loop-single.php
+++ src/wp-content/themes/twentyten/loop-single.php
@@ -13,6 +13,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.2
  */
+
 ?>
 
 <?php
diff --git src/wp-content/themes/twentyten/loop.php src/wp-content/themes/twentyten/loop.php
index e1348f3122..730aea96ce 100644
--- src/wp-content/themes/twentyten/loop.php
+++ src/wp-content/themes/twentyten/loop.php
@@ -17,6 +17,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.0
  */
+
 ?>
 
 <?php // Display navigation to next/previous pages when applicable. ?>
diff --git src/wp-content/themes/twentyten/sidebar-footer.php src/wp-content/themes/twentyten/sidebar-footer.php
index b4480ee51a..015965aa29 100644
--- src/wp-content/themes/twentyten/sidebar-footer.php
+++ src/wp-content/themes/twentyten/sidebar-footer.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.0
  */
+
 ?>
 
 <?php
diff --git src/wp-content/themes/twentyten/sidebar.php src/wp-content/themes/twentyten/sidebar.php
index c3a618d14b..8ae6642ce8 100644
--- src/wp-content/themes/twentyten/sidebar.php
+++ src/wp-content/themes/twentyten/sidebar.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Ten
  * @since Twenty Ten 1.0
  */
+
 ?>
 
 		<div id="primary" class="widget-area" role="complementary">
diff --git src/wp-content/themes/twentytwelve/content-image.php src/wp-content/themes/twentytwelve/content-image.php
index a683b83cfc..b979ea0308 100644
--- src/wp-content/themes/twentytwelve/content-image.php
+++ src/wp-content/themes/twentytwelve/content-image.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentytwelve/content-none.php src/wp-content/themes/twentytwelve/content-none.php
index b7757821c6..6593129f89 100644
--- src/wp-content/themes/twentytwelve/content-none.php
+++ src/wp-content/themes/twentytwelve/content-none.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?>
 
 	<article id="post-0" class="post no-results not-found">
diff --git src/wp-content/themes/twentytwelve/content-page.php src/wp-content/themes/twentytwelve/content-page.php
index 3511b75f35..06d6d55673 100644
--- src/wp-content/themes/twentytwelve/content-page.php
+++ src/wp-content/themes/twentytwelve/content-page.php
@@ -6,6 +6,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentytwelve/content.php src/wp-content/themes/twentytwelve/content.php
index 102f0f814d..44f96d95b7 100644
--- src/wp-content/themes/twentytwelve/content.php
+++ src/wp-content/themes/twentytwelve/content.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?>
 
 	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
diff --git src/wp-content/themes/twentytwelve/footer.php src/wp-content/themes/twentytwelve/footer.php
index f06f19548a..ce86261bbc 100644
--- src/wp-content/themes/twentytwelve/footer.php
+++ src/wp-content/themes/twentytwelve/footer.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?>
 	</div><!-- #main .wrapper -->
 	<footer id="colophon" role="contentinfo">
diff --git src/wp-content/themes/twentytwelve/header.php src/wp-content/themes/twentytwelve/header.php
index fcb5f89875..4dcce1398b 100644
--- src/wp-content/themes/twentytwelve/header.php
+++ src/wp-content/themes/twentytwelve/header.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?><!DOCTYPE html>
 <!--[if IE 7]>
 <html class="ie ie7" <?php language_attributes(); ?>>
diff --git src/wp-content/themes/twentytwelve/sidebar.php src/wp-content/themes/twentytwelve/sidebar.php
index ca9dbddb7a..83e72b91a7 100644
--- src/wp-content/themes/twentytwelve/sidebar.php
+++ src/wp-content/themes/twentytwelve/sidebar.php
@@ -8,6 +8,7 @@
  * @subpackage Twenty_Twelve
  * @since Twenty Twelve 1.0
  */
+
 ?>
 
 	<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
diff --git src/wp-content/themes/twentytwentythree/patterns/call-to-action.php src/wp-content/themes/twentytwentythree/patterns/call-to-action.php
index 642aa50953..46c37c576b 100644
--- src/wp-content/themes/twentytwentythree/patterns/call-to-action.php
+++ src/wp-content/themes/twentytwentythree/patterns/call-to-action.php
@@ -6,6 +6,7 @@
  * Keywords: Call to action
  * Block Types: core/buttons
  */
+
 ?>
 <!-- wp:columns {"align":"wide"} -->
 <div class="wp-block-columns alignwide">
diff --git src/wp-content/themes/twentytwentythree/patterns/footer-default.php src/wp-content/themes/twentytwentythree/patterns/footer-default.php
index d197bf5e62..530336e96c 100644
--- src/wp-content/themes/twentytwentythree/patterns/footer-default.php
+++ src/wp-content/themes/twentytwentythree/patterns/footer-default.php
@@ -5,6 +5,7 @@
  * Categories: footer
  * Block Types: core/template-part/footer
  */
+
 ?>
 <!-- wp:group {"layout":{"type":"constrained"}} -->
 <div class="wp-block-group">
diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-404.php src/wp-content/themes/twentytwentythree/patterns/hidden-404.php
index ae7dbb14ca..4b9ce87e7f 100644
--- src/wp-content/themes/twentytwentythree/patterns/hidden-404.php
+++ src/wp-content/themes/twentytwentythree/patterns/hidden-404.php
@@ -4,6 +4,7 @@
  * Slug: twentytwentythree/hidden-404
  * Inserter: no
  */
+
 ?>
 <!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} -->
 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php
index 84d4a78779..5ea19bb37f 100644
--- src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php
+++ src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php
@@ -4,6 +4,7 @@
  * Slug: twentytwentythree/hidden-comments
  * Inserter: no
  */
+
 ?>
 <!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
 <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)">
diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php
index d3f7ae0586..8a47755303 100644
--- src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php
+++ src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php
@@ -4,6 +4,7 @@
  * Slug: twentytwentythree/hidden-no-results-content
  * Inserter: no
  */
+
 ?>
 <!-- wp:paragraph -->
 <p>
diff --git src/wp-content/themes/twentytwentythree/patterns/post-meta.php src/wp-content/themes/twentytwentythree/patterns/post-meta.php
index b704064e29..23c3dc68a6 100644
--- src/wp-content/themes/twentytwentythree/patterns/post-meta.php
+++ src/wp-content/themes/twentytwentythree/patterns/post-meta.php
@@ -6,6 +6,7 @@
  * Keywords: post meta
  * Block Types: core/template-part/post-meta
  */
+
 ?>
 <!-- wp:spacer {"height":"0"} -->
 <div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
diff --git src/wp-content/themes/twentytwentytwo/functions.php src/wp-content/themes/twentytwentytwo/functions.php
index 3b1dde74c4..e992b1a3e1 100644
--- src/wp-content/themes/twentytwentytwo/functions.php
+++ src/wp-content/themes/twentytwentytwo/functions.php
@@ -9,7 +9,6 @@
  * @since Twenty Twenty-Two 1.0
  */
 
-
 if ( ! function_exists( 'twentytwentytwo_support' ) ) :
 
 	/**
diff --git src/wp-content/themes/twentytwentytwo/inc/block-patterns.php src/wp-content/themes/twentytwentytwo/inc/block-patterns.php
index ce5e331798..a2d18785a7 100644
--- src/wp-content/themes/twentytwentytwo/inc/block-patterns.php
+++ src/wp-content/themes/twentytwentytwo/inc/block-patterns.php
@@ -3,6 +3,8 @@
  * Twenty Twenty-Two: Block Patterns
  *
  * @since Twenty Twenty-Two 1.0
+ *
+ * @package WordPress
  */
 
 /**
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php
index dab9b04a86..88390fb6a3 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with text, title, and logo
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with text, title, and logo', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php
index c1306cbb83..58abaebbe2 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Blog footer
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Blog footer', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php
index b2ec3626fb..ec3c7395c1 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Dark footer with title and citation
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Dark footer with title and citation', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
index 3682643084..7fa3db7203 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Default footer
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Default footer', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php
index caa44e8c34..79683ec641 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Default footer with logo
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with logo and citation', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php
index d0b554249d..e8413f4ef1 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with navigation and copyright
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with navigation and copyright', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php
index 79792c730d..d784f85a34 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with navigation and citation
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with navigation and citation', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php
index a79c1d44cd..bc9ea8e04a 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with query, featured images, title, and citation
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with query, featured images, title, and citation', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php
index 13bb43df5c..214b84468a 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with query, title, and citation
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with query, title, and citation', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php
index 0c7e4ae517..9758f8ca2c 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with social links and copyright
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with social links and copyright', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php
index 84d888b22d..269d2a8607 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Footer with title, tagline, and social links on a dark background
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Footer with title, tagline, and social links on a dark background', 'twentytwentytwo' ),
 	'categories' => array( 'footer' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php
index e13422c865..cd9ce21f50 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Divider with image and color (dark) block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Divider with image and color (dark)', 'twentytwentytwo' ),
 	'categories' => array( 'featured' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php
index 5df910ea8e..9c9b6d91c5 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Divider with image and color (light) block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Divider with image and color (light)', 'twentytwentytwo' ),
 	'categories' => array( 'featured' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
index 55cbdfd92d..abf43e2e78 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Featured posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Featured posts', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php
index 0870da3951..8edc80c49f 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Image with caption block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Image with caption', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'columns', 'gallery' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php
index d7bd8168fa..1dd40b37c7 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Large list of names block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Large list of names', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'text' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php
index 629a0a2a12..d500afcf96 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Layered images with duotone block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Layered images with duotone', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'gallery' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
index af680dc2cd..bbaa1ccfc0 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * List of events block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'List of events', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'text' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
index b385eddf25..b47cb3ef89 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Pricing table block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Pricing table', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'columns', 'buttons' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php
index 34137cd20a..afc79320bb 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Subscribe callout block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Subscribe callout', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'buttons' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php
index 593d2b93bb..53e1664342 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Two images with text block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Two images with text', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'columns', 'gallery' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php
index 3b15a52066..6fd4329cc2 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Video with header and details block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Video with header and details', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'columns' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php
index 22ed24860b..0f92446396 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Video trailer block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Video trailer', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'columns' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
index ea9ecf2911..b1b669e408 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Wide image with introduction and buttons block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Wide image with introduction and buttons', 'twentytwentytwo' ),
 	'categories' => array( 'featured', 'columns' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
index c2cac8dcef..28c0f3f248 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Header with centered logo and black background
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Header with centered logo and black background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php
index a116c39086..a7112d36e2 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Header with centered logo block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Header with centered logo', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
index 2e4dc451d1..e4c2677e39 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Centered header with navigation, social links, and salmon background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Centered header with navigation, social links, and salmon background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php
index ff25793275..0c9cc99f0d 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Default header block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Default header', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php
index 55422aa41b..00e4600d7a 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Header with image background and overlay block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Header with image background and overlay', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php
index 4afd36c551..8c2ce1c65b 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Header with image background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Header with image background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
index dfb8c6f371..237384e2b7 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Large header with dark background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Large header with dark background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
index dbe8de9fe4..d6b0cab9db 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Logo and navigation header with gray background
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Logo and navigation header with gray background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php
index 299586f0ec..825ffe981b 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Logo, navigation, and offset tagline Header block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Logo, navigation, and offset tagline Header', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
index f881b41d81..0c912db4ee 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Logo, navigation, and social links header with black background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Logo, navigation, and social links header with black background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php
index 7c26516fe6..53bb2b5bd4 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Small header with dark background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Small header with dark background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php
index bd36bbf4b9..e5d5aac5f1 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Logo and navigation header block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Logo and navigation header', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
index 0e11c13607..cfd3b14551 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Text-only header with green background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Text-only header with green background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
index b03e528a48..15c496b90c 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Text-only header with salmon background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Text-only header with salmon background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
index 4c2a4864f0..5842319300 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Text-only header with tagline and black background block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Text-only header with tagline and black background', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php
index 5c780697da..837a629239 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Title and button header block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Title and button header', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php
index 384cda5368..2385474038 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Title, navigation, and social links header block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Title, navigation, and social links header', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php
index 40e633a268..e78e37602c 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Header with tagline block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Header with tagline', 'twentytwentytwo' ),
 	'categories' => array( 'header' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
index 9cfd50d56e..7af8602ada 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * 404 content.
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'    => __( '404 content', 'twentytwentytwo' ),
 	'inserter' => false,
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
index c29d3d440a..8ebe48563f 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
@@ -4,7 +4,10 @@
  *
  * This pattern is used only to reference a dynamic image URL.
  * It does not appear in the inserter.
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'    => __( 'Heading and bird image', 'twentytwentytwo' ),
 	'inserter' => false,
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php
index 28f3d6c5de..9c06db6257 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php
@@ -5,7 +5,10 @@
  * This pattern is used only for translation
  * and to reference a dynamic image URL. It does
  * not appear in the inserter.
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'    => __( 'Heading and bird image', 'twentytwentytwo' ),
 	'inserter' => false,
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
index 7e03ed41e2..662dcd13f3 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * About page with large image and buttons
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'About page with large image and buttons', 'twentytwentytwo' ),
 	'categories' => array( 'pages', 'buttons' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php
index ccb0ec2005..86ba69656c 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * About page links (dark)
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'About page links (dark)', 'twentytwentytwo' ),
 	'categories' => array( 'pages', 'buttons' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php
index 997cf03869..2535f83663 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * About page links
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'About page links', 'twentytwentytwo' ),
 	'categories' => array( 'pages', 'buttons' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php
index ea805944db..add2768a43 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * About page with media on the left
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'About page with media on the left', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php
index 2493d5d4aa..3adcfce04a 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * About page with media on the right
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'About page with media on the right', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php
index 131a48b45c..c37a6bda60 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Simple dark about page
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Simple dark about page', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
index df8903d9ad..9c31d4e74b 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * About page on solid color background
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'About page on solid color background', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
index 7b6fa3ad81..29e8086e2e 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Page layout with image and text.
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Page layout with image and text', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
index 7a7a6b79d3..cfc76e4d40 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Page layout with image, text and video.
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Page layout with image, text and video', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php
index 2a27dfe824..f515c495c2 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php
@@ -1,6 +1,8 @@
 <?php
 /**
  * Page layout with two columns.
+ *
+ * @package WordPress
  */
 return array(
 	'title'      => __( 'Page layout with two columns', 'twentytwentytwo' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
index 84e3b081c6..9f36516adf 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Blog posts with right sidebar block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Blog posts with right sidebar', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php
index c40b207360..65b34c76d8 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Blog posts with left sidebar block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Blog posts with left sidebar', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php
index 3a4f037eed..44800b3cdf 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Grid of posts with left sidebar block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Grid of posts with left sidebar', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php
index 62df8059ec..31c896dbe8 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Poster with right sidebar block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Poster with right sidebar', 'twentytwentytwo' ),
 	'categories' => array( 'pages' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
index 7cebaccf75..6ee0927089 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Default posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Default posts', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php
index f695eba354..2cf4947b94 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Grid of posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Grid of posts', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php
index e5672e3c1c..c3ba4b8fbe 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Grid of image posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Grid of image posts', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php
index c5da08ab74..a23b791a7b 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Irregular grid of posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Irregular grid of posts', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php
index 6ff8afadfe..7930223f56 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Large post titles block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Large post titles', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php
index 4b089846dd..77bd0a7a88 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Simple blog posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Simple blog posts', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php
index a8f84d3cf2..53c327e0ae 100644
--- src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php
+++ src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php
@@ -1,7 +1,10 @@
 <?php
 /**
  * Text-based grid of posts block pattern
+ *
+ * @package WordPress
  */
+
 return array(
 	'title'      => __( 'Text-based grid of posts', 'twentytwentytwo' ),
 	'categories' => array( 'query' ),
