From a15b5396e97fa5d8a9f783620a85146e788a037a Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sun, 16 Aug 2020 18:33:26 -0400 Subject: [PATCH] Fix php-cs-fixer instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928a49b..a95dfe0 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ docker-compose run --rm php psalm To run PHP Coding Standards Fixer: ```bash -docker-compose run --rm php php-cs-fixer +docker-compose run --rm php php-cs-fixer fix ``` To generate documentation, use the `docs` service: