1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Add fix-cs recipe

This commit is contained in:
Yassine Guedidi 2024-11-19 00:04:06 +01:00
parent 6f40edb1c7
commit 5c0266e818
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,4 @@ All pull requests need to pass the tests and the code needs match the style guid
To run the tests locally run `make test`.
To run the PHP formatter:
- when testing using Docker: `docker-compose run --rm php bin/php-cs-fixer fix`
- otherwise: `php bin/php-cs-fixer fix`
To run the PHP formatter run `make fix-cs`.