Skip to content

Commit c9aad66

Browse files
committed
Undo for now
1 parent 357acb9 commit c9aad66

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/phpunit.xml.dist export-ignore
99
/tests export-ignore
1010
/.editorconfig export-ignore
11-
/.php-cs-fixer.dist.php export-ignore
11+
/.php_cs.dist export-ignore
1212
/psalm.xml export-ignore
1313
/psalm.xml.dist export-ignore
1414
/testbench.yaml export-ignore

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run PHP CS Fixer
1616
uses: docker://oskarstark/php-cs-fixer-ga
1717
with:
18-
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
18+
args: --config=.php_cs.dist --allow-risky=yes
1919

2020
- name: Commit changes
2121
uses: stefanzweifel/git-auto-commit-action@v4
File renamed without changes.

0 commit comments

Comments
 (0)