Skip to content

Commit

Permalink
added RuleHelper, release 3.1.1, fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Apr 11, 2024
1 parent 8bc1fcd commit 2301d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RuleHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ class RuleHelper

/**
* Adds a table prefix for any field in conditions if not existing
* @param array $rules<string, mixed> for Translator
* @param array<string, mixed> $rules for Translator
* @param string $prefix
* @return array
* @return array<string, mixed>
*/
public static function addPrefixToRules(array $rules, string $prefix) : array
{
Expand Down

0 comments on commit 2301d40

Please sign in to comment.