Skip to content

Commit

Permalink
make php cs fixer work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed May 27, 2021
1 parent 33721c5 commit ac4bfcc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php_cs.dist --allow-risky=yes
args: --config=.php_cs.dist.php --allow-risky=yes

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ docs
vendor
.php_cs.cache
.phpunit.result.cache
.php-cs-fixer.cache
1 change: 0 additions & 1 deletion .php_cs.cache

This file was deleted.

File renamed without changes.

0 comments on commit ac4bfcc

Please sign in to comment.