Skip to content

Commit

Permalink
Merge branch '2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Jan 28, 2024
2 parents 4c33f08 + 4c91e33 commit 715bf4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/StaticValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Respect\Validation;

use finfo;
use Respect\Validation\Rules\Key;

interface StaticValidator
{
Expand Down Expand Up @@ -176,7 +175,7 @@ public static function keyNested(
bool $mandatory = true
): ChainedValidator;

public static function keySet(Key ...$rule): ChainedValidator;
public static function keySet(Validatable ...$rule): ChainedValidator;

public static function keyValue(string $comparedKey, string $ruleName, string $baseKey): ChainedValidator;

Expand Down

0 comments on commit 715bf4b

Please sign in to comment.