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 1
1
<!-- DO NOT EDIT THIS FILE!
2
2
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
4
4
by task/scripts/github-documentation-update
5
5
based on /app/task/scripts/../templates/github-actions-templates.md
6
6
-->
@@ -192,8 +192,8 @@ standards](https://symfony.com/doc/current/contributing/code/standards.html).
192
192
Clean up and check code by running
193
193
194
194
``` 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
197
197
```
198
198
199
199
> [ !NOTE] The template adds ` .php-cs-fixer.dist.php ` as [ a configuration
You can’t perform that action at this time.
0 commit comments