At the moment, PHP 7.4 is used in the build to perform vendor/bin/phpcs checks. This should be updated to use PHP 7.1, since the lowest version of PHP we support is 7.1. Running on PHP 7.4 may allow doctrine/coding-standard to update code to use newer language features not available on PHP 7.1.
At the moment, PHP 7.4 is used in the build to perform
vendor/bin/phpcs
checks. This should be updated to use PHP 7.1, since the lowest version of PHP we support is 7.1. Running on PHP 7.4 may allowdoctrine/coding-standard
to update code to use newer language features not available on PHP 7.1.