Skip to content

Commit ff8ff5e

Browse files
php 7.2 compat fix from phpcs
1 parent 398d3ea commit ff8ff5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/includes/class-wp-debug-data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ private static function get_wp_core(): array {
319319
__( 'Unable to reach %1$s (%2$s): %3$s' ),
320320
$update_dom;
321321
gethostbyname( $update_dom ),
322-
$wp_update_api->get_error_message(),
322+
$wp_update_api->get_error_message()
323323
),
324-
'debug' => $wp_update_api->get_error_message(),
324+
'debug' => $wp_update_api->get_error_message()
325325
);
326326
}
327327
}

0 commit comments

Comments
 (0)