Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 22, 2024
1 parent 895e6ad commit c3681b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WP_CLI/CommandWithUpgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c3681b4

Please sign in to comment.