Preview: ClockInterface.php
Size: 206 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/psr/clock/src/ClockInterface.php
<?php
namespace Psr\Clock;
use DateTimeImmutable;
interface ClockInterface
{
/**
* Returns the current time as a DateTimeImmutable Object
*/
public function now(): DateTimeImmutable;
}
Directory Contents
Dirs: 0 × Files: 1