Closed
Description
Is your feature request related to a problem?
When running phpcbf
against a clean code base, ie one following coding standards, the exit message is No fixable errors were found
.
In order to confirm the code base is clear of errors, one needs to also run phpcs
to determine if any issues need to be manually fixed.
As phpcbf
has run the sniffs, it would be good to be informed if there are no errors found upon exit.
Describe the solution you'd like
If the code base has no errors or warnings, output No errors were found
in place of No fixable errors were found
.
An alternative may be: No coding standards violations were found
Additional context (optional)
- I have read the Contribution Guidelines and this is not a support question.
- I intend to create a pull request to implement this feature.