Skip to content

Instantly share code, notes, and snippets.

View Richard87's full-sized avatar

Richard Hagen Richard87

View GitHub Profile
<?php
namespace Acme\Project\Model\User\Value;
use Acme\Project\Model\Core\Validation\Assert;
final class PhoneNumber
{
/**
* @var string
<?php
namespace Acme\Project\Model\User\ValueObject;
class UserId
{
/**
* @var string
*/
private $id;