Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
15
vendor/stella-maris/clock/src/ClockInterface.php
vendored
Normal file
15
vendor/stella-maris/clock/src/ClockInterface.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright Andreas Heigl <andreas@heigl.org>
|
||||
*
|
||||
* Licenses under the MIT-license. For details see the included file LICENSE.md
|
||||
*/
|
||||
|
||||
namespace StellaMaris\Clock;
|
||||
|
||||
use DateTimeImmutable;
|
||||
use Psr\Clock\ClockInterface as PsrClockInterface;
|
||||
|
||||
interface ClockInterface extends PsrClockInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user