fix: fix array dec

This commit is contained in:
Ben Goldsworthy 2021-04-16 01:34:08 +01:00
parent de4e53f941
commit bdd99ac3bc

View file

@ -36,7 +36,7 @@ done
#then #then
# RULESET="$PROJECT/phpcs.xml.dist" # RULESET="$PROJECT/phpcs.xml.dist"
#else #else
RULESETS=["WordPress","PHPCompatibilityWP"] RULESETS=("WordPress" "PHPCompatibilityWP")
#fi #fi
if [ "$FILES" != "" ] if [ "$FILES" != "" ]