Fix typos and docs standards and URL. by wpamitkumar · Pull Request #5337 · wp-cli/wp-cli

@wpamitkumar

  • fix typos and docs standards and URL.

@wpamitkumar

schlessera

* 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.

Image 2020-01-29 at 8 29 12 AM

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue fixed.

@wpamitkumar

schlessera

@schlessera schlessera changed the title fix typos and docs standards and URL. Fix typos and docs standards and URL.

Feb 5, 2020

@schlessera