-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
refactor: replace PHP_VERSION by PHP_VERSION_ID #8618
Conversation
PHP_VERSION_ID is prefered at CodeIgniter4 repository.
There is already Could you add to the |
It seems you commit in separate branch, you can commit new change here that the PR include rector.php + code change |
Add Rector rule in order to replace PHP_VERSION by PHP_VERSION_ID. @samsonasik suggestion: codeigniter4#8619
@samsonasik OK, done. Thank you. |
@justbyitself please run the following in your terminal: composer cs-fix
vendor/bin/rector process system Then commit and push the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you @justbyitself |
Thank you @samsonasik @paulbalandan @kenjis |
PHP_VERSION_ID is shorter and the most commonly used in this repository.