Skip to content

Commit

Permalink
Add reference to UPU specification
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Sep 15, 2024
1 parent 61f5930 commit 5d43212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Formatter/EGFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
/**
* Validates and formats postcodes in Egypt.
*
* Postcodes consist of 5 digits, without separator.
* Postcodes consist of 5 or 7 digits, without separator.
*
* @see https://en.wikipedia.org/wiki/List_of_postal_codes
* @see https://en.wikipedia.org/wiki/List_of_postal_codes_in_Egypt
* @see https://www.upu.int/UPU/media/upu/PostalEntitiesFiles/addressingUnit/egyEn.pdf
*/
class EGFormatter implements CountryPostcodeFormatter
{
Expand Down

0 comments on commit 5d43212

Please sign in to comment.