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