Skip to content

Commit

Permalink
refactor: Fixed not_in type
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Apr 16, 2024
1 parent de418ad commit 93fe526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ public function multipleOf(int|float $value): self
* The field under validation must not be included in the given list of values.
*
* @link https://laravel.com/docs/11.x/validation#rule-not-in
* @param Arrayable<array-key, RuleContract|InvokableRule|ValidationRule|ConditionalRules|Stringable|string>|array<array-key, RuleContract|InvokableRule|ValidationRule|ConditionalRules|Stringable|string>|string $values
* @param Arrayable<array-key, mixed>|array<array-key, mixed>|string $values
*/
public function notIn(Arrayable|array|string $values): self
{
Expand Down

0 comments on commit 93fe526

Please sign in to comment.