createEnabled() public static method

public static createEnabled ( ) : PhpMdResponse
return PhpGitHooks\Module\Configuration\Contract\Response\PhpMdResponse
Exemplo n.º 1
0
 /**
  * @return PreCommitResponse
  */
 public static function createAllEnabled()
 {
     $bool = true;
     return self::create($bool, static::GOOD_JOB, static::FIX_YOUR_CODE, $bool, $bool, $bool, PhpMdResponseStub::createEnabled(), PhpCsResponseStub::createEnabled(), PhpCsFixerResponseStub::createEnabled(), PhpUnitResponseStub::createEnabled(), PhpUnitStrictCoverageResponseStub::createEnabled(), PhpUnitGuardCoverageResponseStub::createEnabled());
 }