Skip to content
Merged
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
15 changes: 15 additions & 0 deletions php/WP_CLI/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
/**
* Performs the execution of a command.
*
* @property-read string $global_config_path
* @property-read string $project_config_path
* @property-read array $config
* @property-read array $extra_config
* @property-read string $alias
* @property-read array $aliases
* @property-read array $arguments
* @property-read array $assoc_args
* @property-read array $runtime_config
* @property-read bool $colorize
* @property-read array $early_invoke
* @property-read string $global_config_path_debug
* @property-read string $project_config_path_debug
* @property-read array $required_files
*
* @package WP_CLI
*/
class Runner {
Expand Down