Files
beste_clock/src/Clock.php
T

13 lines
126 B
PHP

<?php
declare(strict_types=1);
namespace Beste;
use Psr\Clock\ClockInterface;
interface Clock extends ClockInterface
{
}