Initial Commit
This commit is contained in:
12
dependencies/psr/clock/src/ClockInterface.php
vendored
Normal file
12
dependencies/psr/clock/src/ClockInterface.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Psr\Clock;
|
||||
|
||||
use DateTimeImmutable;
|
||||
interface ClockInterface
|
||||
{
|
||||
/**
|
||||
* Returns the current time as a DateTimeImmutable Object
|
||||
*/
|
||||
public function now() : DateTimeImmutable;
|
||||
}
|
Reference in New Issue
Block a user