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

EmailAddress isn't an instance of Stringable #128

Open
landure opened this issue Jan 17, 2025 · 0 comments · May be fixed by #129
Open

EmailAddress isn't an instance of Stringable #128

landure opened this issue Jan 17, 2025 · 0 comments · May be fixed by #129

Comments

@landure
Copy link

landure commented Jan 17, 2025

Since the package requires PHP ≥ 8.1, EmailAddress interface should extend PHP 8 Stringable interface.

<?php
declare(strict_types = 1);

namespace Nepada\EmailAddress;

interface EmailAddress extends \Stringable
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant