diff --git a/contrib/pre-commit b/contrib/pre-commit index f4b5861..68b3e47 100644 --- a/contrib/pre-commit +++ b/contrib/pre-commit @@ -36,7 +36,7 @@ done #then # RULESET="$PROJECT/phpcs.xml.dist" #else - RULESETS=["WordPress","PHPCompatibilityWP"] +RULESETS=("WordPress" "PHPCompatibilityWP") #fi if [ "$FILES" != "" ]