Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Dec 10, 2023
1 parent 72ad55c commit 01022a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The field under validation must be a well formed [domainname](https://en.wikiped

Checks for a valid [European Article Number](https://en.wikipedia.org/wiki/International_Article_Number).

public Intervention\Validation\Rules\Ean::__construct(?int $length = null)
public Intervention\Validation\Rules\Ean::__construct(array $lengths = [8, 13])

#### Parameters

Expand Down

0 comments on commit 01022a2

Please sign in to comment.