We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299d32b commit 357acb9Copy full SHA for 357acb9
.gitattributes
@@ -8,7 +8,7 @@
8
/phpunit.xml.dist export-ignore
9
/tests export-ignore
10
/.editorconfig export-ignore
11
-/.php_cs.dist export-ignore
+/.php-cs-fixer.dist.php export-ignore
12
/psalm.xml export-ignore
13
/psalm.xml.dist export-ignore
14
/testbench.yaml export-ignore
.github/workflows/php-cs-fixer.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Run PHP CS Fixer
16
uses: docker://oskarstark/php-cs-fixer-ga
17
with:
18
- args: --config=.php_cs.dist --allow-risky=yes
+ args: --config=.php-cs-fixer.dist.php --allow-risky=yes
19
20
- name: Commit changes
21
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments