for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CompoLab\Domain\Type;
final class Tar implements Type
{
public function __toString()
return 'tar';
}