Skip to content

Commit

Permalink
Merge pull request #5692 from jeffwidman/rename-phpstan.neon-phpstan.…
Browse files Browse the repository at this point in the history
…dist.neon

Rename `phpstan.neon` -> `phpstan.dist.neon`
  • Loading branch information
jeffwidman committed Sep 13, 2022
2 parents cb5df00 + 58e4526 commit 7a187db
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer/helpers/v1/build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp -r \
"$helpers_dir/.php-cs-fixer.dist.php" \
"$helpers_dir/composer.json" \
"$helpers_dir/composer.lock" \
"$helpers_dir/phpstan.neon" \
"$helpers_dir/phpstan.dist.neon" \
"$install_dir"

cd "$install_dir"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion composer/helpers/v2/build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp -r \
"$helpers_dir/.php-cs-fixer.php" \
"$helpers_dir/composer.json" \
"$helpers_dir/composer.lock" \
"$helpers_dir/phpstan.neon" \
"$helpers_dir/phpstan.dist.neon" \
"$install_dir"

cd "$install_dir"
Expand Down
File renamed without changes.

0 comments on commit 7a187db

Please sign in to comment.