odolbeau / phone-number-bundle

Integrates libphonenumber into your Symfony application
MIT License
217 stars 43 forks source link

fix doc about phone number type validation #124

Closed maximecolin closed 2 years ago

maximecolin commented 2 years ago

Tiny fix about the phone number type validation in doc. Types constants were called from the unaliased class PhoneNumber, it can be confusing. I thought myself constants come from libphonenumber\PhoneNumber at first.