Skip to content

Drop -q option when using phpcs#65

Merged
greg0ire merged 1 commit intodoctrine:mainfrom
greg0ire:drop-q-option
Oct 2, 2025
Merged

Drop -q option when using phpcs#65
greg0ire merged 1 commit intodoctrine:mainfrom
greg0ire:drop-q-option

Conversation

@greg0ire
Copy link
Copy Markdown
Member

@greg0ire greg0ire commented Oct 1, 2025

It was initially used because phpcs wrongly output things not intended to be piped into other programs to stdout, such as the progress bar and timing information.

Closes #3

Note that this is a breaking change, because it requires using PHPCS v4+ (which in turn will require to upgrade to doctrine/coding-standard 14)

It was initially used because phpcs wrongly output things not intended
to be piped into other programs to stdout, such as the progress bar and
timing information.
@greg0ire
Copy link
Copy Markdown
Member Author

greg0ire commented Oct 1, 2025

@GromNaN
Copy link
Copy Markdown
Member

GromNaN commented Oct 2, 2025

Since there is a breaking change, are going to create a major version?

@greg0ire
Copy link
Copy Markdown
Member Author

greg0ire commented Oct 2, 2025

@GromNaN yes

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop -q option of PHPCS

5 participants