Skip to content

Commit 5a690ec

Browse files
authored
Merge pull request #370 from wp-cli/fix-phpstan
2 parents bd0dad5 + b04f330 commit 5a690ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"wp-cli/wp-cli": "^2.12"
15+
"wp-cli/wp-cli": "^2.13"
1616
},
1717
"require-dev": {
1818
"wp-cli/extension-command": "^1.2 || ^2",

src/Scaffold_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ private static function canonicalize_path( $path ) {
12111211
/**
12121212
* Gets an active theme's name when true provided or the same name otherwise.
12131213
*
1214-
* @param string|bool $theme Theme name or true.
1214+
* @param string|true $theme Theme name or true.
12151215
* @return string
12161216
*/
12171217
private function get_theme_name( $theme ) {

0 commit comments

Comments
 (0)