for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpDDD\DomainDrivenDesign\User;
final class Robot implements AuthorInterface
{
/**
* @return null A robot does not have an identifier.
*/
public function getId()
return;
}