--- a/wp/wp-includes/class-wp-recovery-mode.php Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/class-wp-recovery-mode.php Fri Sep 05 18:52:52 2025 +0200
@@ -161,9 +161,9 @@
* @since 5.2.0
*
* @param array $error Error details from `error_get_last()`.
- * @return true|WP_Error True if the error was handled and headers have already been sent.
- * Or the request will exit to try and catch multiple errors at once.
- * WP_Error if an error occurred preventing it from being handled.
+ * @return true|WP_Error|void True if the error was handled and headers have already been sent.
+ * Or the request will exit to try and catch multiple errors at once.
+ * WP_Error if an error occurred preventing it from being handled.
*/
public function handle_error( array $error ) {
@@ -338,7 +338,7 @@
*
* @since 5.2.0
*
- * @global array $wp_theme_directories
+ * @global string[] $wp_theme_directories
*
* @param array $error Error details from `error_get_last()`.
* @return array|false {