From bdd99ac3bc1524f1515c88256248cb1065ae7bae Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Fri, 16 Apr 2021 01:34:08 +0100 Subject: [PATCH] fix: fix array dec --- contrib/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" != "" ]