Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jul 25, 2024
1 parent 51c6fac commit ec3351f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-usage/validation-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,12 +566,12 @@ public int $closure;
public string $closure;
```

## List
## ListType

[Docs](https://laravel.com/docs/validation#rule-list)

```php
#[List]
#[ListType]
public array $array;
```

Expand Down

0 comments on commit ec3351f

Please sign in to comment.