for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpGitHooks\Application\Composer;
use PhpGitHooks\Infrastructure\Composer\ProcessorInterface;
class PrePushProcessor extends PreQualityToolProcessor implements ProcessorInterface
{
/**
* @return string
*/
public function hookName()
return 'pre-push';
}