Skip to content

Commit

Permalink
Merge branch '4.0.x' into bugfix_27420_add_generatepic_property_to_pr…
Browse files Browse the repository at this point in the history
…ofile
  • Loading branch information
albacodina committed Dec 18, 2024
2 parents ae6d778 + 70564d1 commit eaa798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l

- name: PHPCSFixer
uses: docker://oskarstark/php-cs-fixer-ga:3.1.0
uses: docker://teltek/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --diff --dry-run

0 comments on commit eaa798c

Please sign in to comment.