Commit a5c25ded41 for wordpress.org

commit a5c25ded416b833d2c935458df1eb98f89fee88f
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Wed Nov 30 17:36:13 2022 +0000

    Coding Standards: Remove redundant semicolon after `get_template_hierarchy()`.

    Follow-up to [54269].

    Props jrf.
    See #56791.
    Built from https://develop.svn.wordpress.org/trunk@54916


    git-svn-id: http://core.svn.wordpress.org/trunk@54468 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php
index f4958050c6..3b57d9afa4 100644
--- a/wp-includes/block-template-utils.php
+++ b/wp-includes/block-template-utils.php
@@ -1366,4 +1366,4 @@ function get_template_hierarchy( $slug, $is_custom = false, $template_prefix = '
 	$template_hierarchy[] = 'index';

 	return $template_hierarchy;
-};
+}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ff70fce288..00bf940fb5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.2-alpha-54915';
+$wp_version = '6.2-alpha-54916';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.