From c3681b4e726802f1c6d0cdfe6eed636501850754 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 22 Jan 2024 15:09:47 +0100 Subject: [PATCH] Add missing space --- src/WP_CLI/CommandWithUpgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WP_CLI/CommandWithUpgrade.php b/src/WP_CLI/CommandWithUpgrade.php index 10c7eed7..a759d541 100755 --- a/src/WP_CLI/CommandWithUpgrade.php +++ b/src/WP_CLI/CommandWithUpgrade.php @@ -627,7 +627,7 @@ private function get_minor_or_patch_updates( $items, $type, $insecure, $require_ foreach ( $items as $i => $item ) { try { $data = call_user_func( - [ $wp_org_api, "get_{$item_type}_info"], + [ $wp_org_api, "get_{$item_type}_info" ], $item['name'], // The default. 'en_US',