Ensure the alias has the leading `@` symbol when added by tfirdaus · Pull Request #5924 · wp-cli/wp-cli
Hey @swissspidy, about the PHPCS issue...
Mixing different binary boolean operators within an expression without using parentheses to clarify precedence is not allowed.PHPCS(Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses)
It looks like the issue has been around for a while as the file affected has been untouched in this PR. Should we fix it in this PR, or should I create a separate issue or PR for it?