File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Illuminate/Validation/Rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class In implements Stringable
26
26
/**
27
27
* Create a new in rule instance.
28
28
*
29
- * @param \Illuminate\Contracts\Support\Arrayable|array|string $values
29
+ * @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum|\UnitEnum| array|string $values
30
30
* @return void
31
31
*/
32
32
public function __construct ($ values )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class NotIn implements Stringable
26
26
/**
27
27
* Create a new "not in" rule instance.
28
28
*
29
- * @param \Illuminate\Contracts\Support\Arrayable|array|string $values
29
+ * @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum|\UnitEnum| array|string $values
30
30
* @return void
31
31
*/
32
32
public function __construct ($ values )
You can’t perform that action at this time.
0 commit comments