diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/class-wp-customize-section.php --- a/wp/wp-includes/class-wp-customize-section.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/class-wp-customize-section.php Tue Sep 27 16:37:53 2022 +0200 @@ -56,7 +56,7 @@ * Priority of the section which informs load order of sections. * * @since 3.4.0 - * @var integer + * @var int */ public $priority = 160; @@ -298,7 +298,7 @@ * * @since 3.4.0 * - * @param WP_Customize_Section $this WP_Customize_Section instance. + * @param WP_Customize_Section $section WP_Customize_Section instance. */ do_action( 'customize_render_section', $this ); /**