Skip to content

Commit

Permalink
Merge pull request #5691 from jeffwidman/rename-php_cs-to-php-cs-fixe…
Browse files Browse the repository at this point in the history
…r.php

Rename `.php_cs` -> `.php-cs-fixer.dist.php`
  • Loading branch information
jeffwidman committed Sep 13, 2022
2 parents f56aa17 + 99a79c0 commit 888ea83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer/.gitignore
Expand Up @@ -3,5 +3,5 @@
/tmp
/dependabot-*.gem
/helpers/vendor/
.php_cs.cache
.php-cs-fixer.cache
Gemfile.lock
File renamed without changes.
2 changes: 1 addition & 1 deletion composer/helpers/v1/build
Expand Up @@ -14,7 +14,7 @@ helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
cp -r \
"$helpers_dir/bin" \
"$helpers_dir/src" \
"$helpers_dir/.php_cs" \
"$helpers_dir/.php-cs-fixer.dist.php" \
"$helpers_dir/composer.json" \
"$helpers_dir/composer.lock" \
"$helpers_dir/phpstan.neon" \
Expand Down

0 comments on commit 888ea83

Please sign in to comment.