primo commit
This commit is contained in:
12
libraries/vendor/lcobucci/clock/src/Clock.php
vendored
Normal file
12
libraries/vendor/lcobucci/clock/src/Clock.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Lcobucci\Clock;
|
||||
|
||||
use DateTimeImmutable;
|
||||
use Psr\Clock\ClockInterface;
|
||||
|
||||
interface Clock extends ClockInterface
|
||||
{
|
||||
public function now(): DateTimeImmutable;
|
||||
}
|
||||
Reference in New Issue
Block a user