Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark PhoneNumber validator class as deprecated #124

Merged
merged 2 commits into from
Jun 30, 2024

Conversation

froschdesign
Copy link
Member

The PhoneNumber class in src/Validator/ has been marked as deprecated. This class is scheduled for removal in the version 3.0.0. It is recommended to use Laminas\I18n\PhoneNumber\Validator\PhoneNumber instead.

Fixes #91

The PhoneNumber class in src/Validator/ has been marked as deprecated. This class is scheduled for removal in the version 3.0.0. It is recommended to use Laminas\I18n\PhoneNumber\Validator\PhoneNumber instead.

Fixes laminas#91

Signed-off-by: Frank Brückner <[email protected]>
Copy link
Member

@gsteel gsteel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @froschdesign

@gsteel gsteel self-assigned this Jun 30, 2024
@gsteel gsteel merged commit f9044ff into laminas:2.27.x Jun 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate old phone number validator (Laminas\I18n\Validator\PhoneNumber)
2 participants