for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpGitHooks\Infrastructure\Common;
use PhpGitHooks\Command\BadJobLogo;
class ErrorOutput
{
/**
* @param $errorText
*
* @return string
*/
public static function write($errorText)
return BadJobLogo::paint($errorText);
}