Skip to content

Commit c3681b4

Browse files
committed
Add missing space
1 parent 895e6ad commit c3681b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WP_CLI/CommandWithUpgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ private function get_minor_or_patch_updates( $items, $type, $insecure, $require_
627627
foreach ( $items as $i => $item ) {
628628
try {
629629
$data = call_user_func(
630-
[ $wp_org_api, "get_{$item_type}_info"],
630+
[ $wp_org_api, "get_{$item_type}_info" ],
631631
$item['name'],
632632
// The default.
633633
'en_US',

0 commit comments

Comments
 (0)