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
# RULESET="$PROJECT/phpcs.xml.dist"
#else
RULESETS=["WordPress","PHPCompatibilityWP"]
RULESETS=("WordPress" "PHPCompatibilityWP")
#fi
if [ "$FILES" != "" ]