for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpGitHooks\Module\Configuration\Domain;
use PhpGitHooks\Module\Configuration\Contract\Exception\InvalidPhpCsStandardException;
use PhpValueObjects\NullableInterface;
use PhpValueObjects\Scalar\StringLiteral;
class PhpCsStandard extends StringLiteral implements NullableInterface
{
}