Skip to content

Commit a6f3469

Browse files
committed
Fix unexpected PHPCS warning: Generic.Formatting.MultipleStatementAlignment.IncorrectWarning
1 parent 4f46537 commit a6f3469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-site-health.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ public function get_test_php_version() {
752752
);
753753

754754
if ( ! $response ) {
755-
$result['label'] = sprintf(
755+
$result['label'] = sprintf(
756756
/* translators: %s: The current PHP version. */
757757
__( 'Unable to determine the status of the current PHP version (%s)' ),
758758
PHP_VERSION

0 commit comments

Comments
 (0)