Skip to content
Closed
Changes from all commits
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
4 changes: 3 additions & 1 deletion wp-cli-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4583,6 +4583,8 @@ public static function warning($message)
* @param string|WP_Error|Exception|Throwable $message Message to write to STDERR.
* @param boolean|integer $exit True defaults to exit(1).
* @return null
*
* @phpstan-return ($exit is true|positive-int ? never : void)
*/
public static function error($message, $exit = \true)
{
Expand Down Expand Up @@ -6732,4 +6734,4 @@ function get_hook_description($hook)
function escape_csv_value($value)
{
}
}
}