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