Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit f6a86af

Browse files
committed
update CS fixer
1 parent e783d2c commit f6a86af

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: vendor/bin/phpunit
4040

4141
- name: Test Code Style php-cs-fixer
42-
run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no
42+
run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache=no
File renamed without changes.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"aglio --theme-variables flatly --theme-template triple -i docs/api/blueprint/apidocs.apib -o resources/views/apidocs.blade.php"
8282
],
8383
"cs": [
84-
"vendor/bin/php-cs-fixer fix --config=.php_cs.dist -vvv --using-cache=no"
84+
"vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -vvv --using-cache=no"
8585
],
8686
"test": [
8787
"php artisan test --parallel"

0 commit comments

Comments
 (0)