Skip to content

Commit b4966ec

Browse files
committed
Update PHP workflow run command
The command for "Check code style" in the php.yml workflow file has been adjusted. The obsolete `--show-progress=estimating` argument has been removed from the php-cs-fixer fix command.
1 parent c985301 commit b4966ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Check code style
11-
run: docker compose -f docker-compose.cli.yml run --rm php-cs-fixer fix . --verbose --show-progress=estimating --dry-run
11+
run: docker compose -f docker-compose.cli.yml run --rm php-cs-fixer fix . --verbose --dry-run
1212
run-tests:
1313
runs-on: ubuntu-latest
1414
steps:

0 commit comments

Comments
 (0)