PhpGitHooks\Module\Configuration\Contract\Response\PhpUnitGuardCoverageResponse::__construct PHP Метод

__construct() публичный Метод

PhpUnitGuardCoverageResponse constructor.
public __construct ( boolean $enabled, string $warningMessage )
$enabled boolean
$warningMessage string
    public function __construct($enabled, $warningMessage)
    {
        $this->warningMessage = $warningMessage;
        $this->enabled = $enabled;
    }