Skip to content

Commit 598a5b7

Browse files
committed
PHPStan fix
1 parent 3992acb commit 598a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ private static function get_core_checksums( $version, $locale, $insecure ) {
11141114
* @alias upgrade
11151115
*
11161116
* @param array{0?: string} $args Positional arguments.
1117-
* @param array{minor?: bool, version?: string, force?: bool, locale?: string, insecure?: bool} $assoc_args Associative arguments.
1117+
* @param array{minor?: bool, version?: string, force?: bool, locale?: string, insecure?: bool, format?: string} $assoc_args Associative arguments.
11181118
*/
11191119
public function update( $args, $assoc_args ) {
11201120
global $wp_version;

0 commit comments

Comments
 (0)