File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ Reference
315
315
316
316
* [ v::tld()] ( #vtld )
317
317
* [ v::countryCode()] ( #vcountrycode )
318
- * [ v::postalCode()] ( #vpostalcode )
318
+ * [ v::postalCode()] ( #vpostalcodestring-countrycode )
319
319
320
320
### Files
321
321
@@ -1632,7 +1632,7 @@ See also:
1632
1632
1633
1633
* [ v::negative()] ( #vnegative )
1634
1634
1635
- #### v::postalCode($countryCode)
1635
+ #### v::postalCode(string $countryCode)
1636
1636
1637
1637
Validates a postal code according to the given country code.
1638
1638
Original file line number Diff line number Diff line change 72
72
* @method static Validator perfectSquare()
73
73
* @method static Validator phone()
74
74
* @method static Validator positive()
75
- * @method static Validator postalCode($countryCode)
75
+ * @method static Validator postalCode(string $countryCode)
76
76
* @method static Validator primeNumber()
77
77
* @method static Validator prnt(string $additionalChars = null)
78
78
* @method static Validator punct(string $additionalChars = null)
You can’t perform that action at this time.
0 commit comments