From 2301d4062eebcef8971a2f117315a74a30272efd Mon Sep 17 00:00:00 2001 From: tonis Date: Thu, 11 Apr 2024 14:20:47 +0300 Subject: [PATCH] added RuleHelper, release 3.1.1, fix phpstan --- src/RuleHelper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RuleHelper.php b/src/RuleHelper.php index f9a75eb..ecf5844 100644 --- a/src/RuleHelper.php +++ b/src/RuleHelper.php @@ -7,9 +7,9 @@ class RuleHelper /** * Adds a table prefix for any field in conditions if not existing - * @param array $rules for Translator + * @param array $rules for Translator * @param string $prefix - * @return array + * @return array */ public static function addPrefixToRules(array $rules, string $prefix) : array {