Skip to content

Conversation

wpamitkumar
Copy link
Contributor

  • fix typos and docs standards and URL.

@wpamitkumar wpamitkumar requested a review from a team as a code owner January 20, 2020 12:50
php/utils.php Outdated
@@ -184,7 +185,7 @@ function is_path_absolute( $path ) {
/**
* Composes positional arguments into a command string.
*
* @param array
* @param array $args Composes positional arguments.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* @param array $args Composes positional arguments.
* @param array $args Positional arguments to compose.

php/utils.php Outdated
@@ -194,7 +195,7 @@ function args_to_str( $args ) {
/**
* Composes associative arguments into a command string.
*
* @param array
* @param array $assoc_args Composes associative arguments.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* @param array $assoc_args Composes associative arguments.
* @param array $assoc_args Associative arguments to compose.

php/utils.php Outdated
@@ -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.
Copy link
Member

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.

Copy link
Contributor Author

@wpamitkumar wpamitkumar Jan 29, 2020

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.

Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Issue fixed.

@schlessera schlessera added this to the 2.5.0 milestone Feb 5, 2020
@schlessera schlessera merged commit 5dc1c58 into wp-cli:master Feb 5, 2020
@schlessera schlessera changed the title fix typos and docs standards and URL. Fix typos and docs standards and URL. Feb 5, 2020
@schlessera
Copy link
Member

Thanks for the PR, @wpamitkumar !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants