joubertredrat/SharedValueObjects

View on GitHub
src/ValueObject/Brazil/Telecom/PhoneNumberInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace RedRat\SharedValueObjects\ValueObject\Brazil\Telecom;

interface PhoneNumberInterface extends PhoneInterface
{

}