File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!-- DO NOT EDIT THIS FILE!
22
3- It was automatically created at 2025-05-07T13:03:25 +02:00
3+ It was automatically created at 2025-05-08T16:34:12 +02:00
44by task/scripts/github-documentation-update
55based on /app/task/scripts/../templates/github-actions-templates.md
66-->
@@ -192,8 +192,8 @@ standards](https://symfony.com/doc/current/contributing/code/standards.html).
192192 Clean up and check code by running
193193
194194 ``` shell
195- docker compose run --rm phpfpm vendor/bin/phpcbf
196- docker compose run --rm phpfpm vendor/bin/phpcs
195+ docker compose run --rm phpfpm vendor/bin/php-cs-fixer fix
196+ docker compose run --rm phpfpm vendor/bin/php-cs-fixer fix --dry-run --diff
197197 ```
198198
199199> [ !NOTE] The template adds ` .php-cs-fixer.dist.php ` as [ a configuration
You can’t perform that action at this time.
0 commit comments