We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the ruleset.xml enforces compatibility with PHP 7.0.
FYI, D5 PHP minimum support is 7.4. So, once D5 final version release, we will automatically switch to 7.4. (edited)
For now, we need to update the PHP version to 7.2
To auto fix - ./vendor/bin/phpcbf /your/script/path To check - ./vendor/bin/phpcs /your/script/path
./vendor/bin/phpcbf /your/script/path
./vendor/bin/phpcs /your/script/path
The text was updated successfully, but these errors were encountered:
Added PHP minimum support is 7.2 now, part of - #10 and elegantthemes…
b1f8a88
…/Divi#40715
showhan
No branches or pull requests
Problem Description
Currently, the ruleset.xml enforces compatibility with PHP 7.0.
FYI, D5 PHP minimum support is 7.4. So, once D5 final version release, we will automatically switch to 7.4. (edited)
For now, we need to update the PHP version to 7.2
How to test
To auto fix -
./vendor/bin/phpcbf /your/script/path
To check -
./vendor/bin/phpcs /your/script/path
Attached PR
The text was updated successfully, but these errors were encountered: