Skip to content

Normalize and add file-level headers to system/, tests/, utils/ #4949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 20, 2021

Conversation

paulbalandan
Copy link
Member

Description

  • First commit splits the config file .php-cs-fixer.dist.php into one that adds headers and one that do not (.no-header.php-cs-fixer.dist.php)
  • Second commit applies the changes through the codebase
vendor/bin/php-cs-fixer fix -v --config=.no-header.php-cs-fixer.dist.php # for running against app, public, admin
vendor/bin/php-cs-fixer fix -v # for running against system, tests, utils

Checklist:

  • Securely signed commits

@paulbalandan paulbalandan merged commit 37619d2 into codeigniter4:develop Jul 20, 2021
@paulbalandan paulbalandan deleted the headers branch July 20, 2021 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants