Skip to content

Commit

Permalink
Change FixCS naming
Browse files Browse the repository at this point in the history
  • Loading branch information
josemanuel-cardona committed Jan 22, 2025
1 parent 1743bd4 commit 11f1a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --allow-risky=yes",
"rector process"
],
"fix-checkstyle": [
"fix-cs": [
"@php-cs-fixer",
"@rector"
],
"php-cs-fixer": "php-cs-fixer fix -v --diff --allow-risky=yes",
"php-cs-fixer": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --allow-risky=yes",
"rector": "rector process"
}
}
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
image: composer:2.2
command: composer run tests

fixcs:
fix-cs:
volumes:
- ./:/app
image: composer:2.2
Expand Down

0 comments on commit 11f1a50

Please sign in to comment.