Skip to content

Commit

Permalink
Fix wrong postalCode() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Jan 16, 2015
1 parent 54c61f0 commit e2bdab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Reference

* [v::tld()](#vtld)
* [v::countryCode()](#vcountrycode)
* [v::postalCode()](#vpostalcode)
* [v::postalCode()](#vpostalcodestring-countrycode)

### Files

Expand Down Expand Up @@ -1632,7 +1632,7 @@ See also:

* [v::negative()](#vnegative)

#### v::postalCode($countryCode)
#### v::postalCode(string $countryCode)

Validates a postal code according to the given country code.

Expand Down
2 changes: 1 addition & 1 deletion library/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
* @method static Validator perfectSquare()
* @method static Validator phone()
* @method static Validator positive()
* @method static Validator postalCode($countryCode)
* @method static Validator postalCode(string $countryCode)
* @method static Validator primeNumber()
* @method static Validator prnt(string $additionalChars = null)
* @method static Validator punct(string $additionalChars = null)
Expand Down

0 comments on commit e2bdab4

Please sign in to comment.