fix: fix array dec
This commit is contained in:
parent
de4e53f941
commit
bdd99ac3bc
1 changed files with 1 additions and 1 deletions
|
@ -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" != "" ]
|
||||||
|
|
Reference in a new issue