Skip to content

Commit

Permalink
Update NotIn.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Mar 20, 2024
1 parent c4798b1 commit 51faa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Rules/NotIn.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NotIn implements Stringable
/**
* Create a new "not in" rule instance.
*
* @param \Illuminate\Contracts\Support\Arrayable|BackedEnum|UnitEnum|array|string $values
* @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum|\UnitEnum|array|string $values
* @return void
*/
public function __construct($values)
Expand Down

0 comments on commit 51faa18

Please sign in to comment.