Skip to content

Commit b52e940

Browse files
committed
Cleaned up
1 parent 6410ee1 commit b52e940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/github-actions-templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
by task/scripts/github-documentation-update
55
based 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

0 commit comments

Comments
 (0)