Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"wp-cli/wp-cli": "^2.12"
"wp-cli/wp-cli": "^2.13"
},
"require-dev": {
"wp-cli/entity-command": "^1.3 || ^2",
Expand Down
1 change: 1 addition & 0 deletions src/Rewrite_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public function structure( $args, $assoc_args ) {

/**
* @var object{stdout: string, stderr: string, return_code: int} $process_run
* @phpstan-ignore varTag.type
*/
Comment thread
swissspidy marked this conversation as resolved.
Outdated
$process_run = WP_CLI::runcommand( $cmd );
Comment thread
swissspidy marked this conversation as resolved.
Outdated
if ( ! empty( $process_run->stderr ) ) {
Expand Down