Fix typos and docs standards and URL. by wpamitkumar · Pull Request #5337 · wp-cli/wp-cli
| * Composes positional arguments into a command string. | ||
| * | ||
| * @param array | ||
| * @param array $args Composes positional arguments. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @param array $args Composes positional arguments. | |
| * @param array $args Positional arguments to compose. |
| * Composes associative arguments into a command string. | ||
| * | ||
| * @param array | ||
| * @param array $assoc_args Composes associative arguments. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @param array $assoc_args Composes associative arguments. | |
| * @param array $assoc_args Associative arguments to compose. |
| @@ -559,11 +560,11 @@ function make_progress_bar( $message, $count, $interval = 100 ) { | |||
| * Additionally, this adds 'http://' to the URL if no scheme was found. | |||
| * | |||
| * @param string $url The URL to parse. | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alignment is off for this comment block.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alignment is the same at is.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue fixed.
schlessera
changed the title
fix typos and docs standards and URL.
Fix typos and docs standards and URL.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
