GitRepositoryInterface.php 467 bytes
<?php declare(strict_types=1);
/*
 * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
 * Copyright (C) 2018-2020 IRSTEA
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Irstea\CS\Git;
/**
 * Class GitRepositoryInterface.
interface GitRepositoryInterface
    public function getHeadCommit(): string;
    public function getYearRange(): string;