Skip to content

Conversation

@Lewiscowles1986
Copy link
Contributor

The following triggered an error locally...

return implode( $lines, "\n" );

By switching the operands so that glue comes first and collection second. I believe this might help this to work

This addresses a fundamental PHP error in the code. Unsure how this wasn't picked up on sooner.

@Lewiscowles1986 Lewiscowles1986 requested a review from a team as a code owner November 19, 2020 07:55
The following triggered an error locally...

```
return implode( $lines, "\n" );
```

By switching the operands so that glue comes first and collection second. I believe this might help this to work
@schlessera schlessera added this to the 2.0.0 milestone May 10, 2021
@schlessera
Copy link
Member

Thanks for the PR, @Lewiscowles1986 !

@schlessera schlessera merged commit 9d9caf8 into wp-cli:master May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants