PhpGitHooks\Module\PhpUnit\Contract\CommandHandler\StrictCoverageToolCommandHandler::__construct PHP Метод

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

StrictCoverageToolCommandHandler constructor.
public __construct ( StrictCoverageToolExecutor $strictCoverageToolExecutor )
$strictCoverageToolExecutor PhpGitHooks\Module\PhpUnit\Service\StrictCoverageToolExecutor
    public function __construct(StrictCoverageToolExecutor $strictCoverageToolExecutor)
    {
        $this->strictCoverageToolExecutor = $strictCoverageToolExecutor;
    }
StrictCoverageToolCommandHandler