Skip to content

Commit

Permalink
refactor: Fixed in type
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Apr 16, 2024
1 parent 9bb4f62 commit de418ad
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 @@ -645,7 +645,7 @@ public function image(): self
* list of values provided to the *in* rule.
*
* @link https://laravel.com/docs/11.x/validation#rule-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 in(Arrayable|array|string $values): self
{
Expand Down

0 comments on commit de418ad

Please sign in to comment.