PhpGitHooks\Module\Configuration\Service\PhpGuardCoverageGitIgnoreConfigurator::getContent PHP Метод

getContent() приватный Метод

private getContent ( string $gitIgnoreContent ) : string
$gitIgnoreContent string
Результат string
    private function getContent($gitIgnoreContent)
    {
        return trim($gitIgnoreContent) . "\n#Entry generated by php-git-hooks tool.\n" . self::FILE_TO_IGNORE;
    }
PhpGuardCoverageGitIgnoreConfigurator