diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/class-wp-widget.php --- a/wp/wp-includes/class-wp-widget.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/class-wp-widget.php Fri Sep 05 18:52:52 2025 +0200 @@ -137,8 +137,8 @@ * * @since 2.8.0 * - * @param array $instance Current settings. - * @return string Default return is 'noform'. + * @param array $instance The settings for the particular instance of the widget. + * @return string|void Default return is 'noform'. */ public function form( $instance ) { echo '
';