Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#73 - printing number of checked files #88

Merged
merged 3 commits into from
Dec 20, 2022

Conversation

krzysztofrewak
Copy link
Member

With my changes from PHP-CS-Fixer/PHP-CS-Fixer#6674 the number of checked/to-be-fixed files should be displayed in your console:

dcr php composer cs
Creating codestyle_php_run ... done
> ./vendor/bin/php-cs-fixer fix --dry-run --diff --config codestyle.php
Loaded config Blumilk codestyle standard from "codestyle.php".

Found 0 of 18 files that can be fixed in 0.542 seconds, 16.000 MB memory used

This should close #73.

@krzysztofrewak krzysztofrewak requested a review from a team December 19, 2022 19:00
@krzysztofrewak krzysztofrewak merged commit c66b3f0 into main Dec 20, 2022
@krzysztofrewak krzysztofrewak deleted the #73-printing-files-number branch December 20, 2022 07:37
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.

Print number of checked files
4 participants