Commit 7880d693 authored by bmortier's avatar bmortier
Browse files

Merge branch '6261-add-a-variable-for-phpcompatibility' into '1.4-dev'

Resolve "add a variable for PHPCompatibility"

Closes #6261

See merge request fusiondirectory/fd!1012
Showing with 1 addition and 1 deletion
+1 -1
......@@ -30,7 +30,7 @@ create_php_code_sniffer_rapport:
- find . -type f -name '*.php' -o -name '*.inc' > ./filelist
- /root/.composer/vendor/bin/phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
- /root/.composer/vendor/bin/phpcs --config-set installed_paths /PHPCompatibility,/PHPCSUtils
- /root/.composer/vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.3-7.4 --file-list=./filelist
- /root/.composer/vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion $PHP_COMPATIBILITY --file-list=./filelist
# phpstan
create_phpstan_rapport:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment