PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
lcobucci
/
clock
/
src
<?php declare(strict_types=1); namespace Lcobucci\Clock; use DateTimeImmutable; interface Clock { public function now(): DateTimeImmutable; }
[+]
..
[-] FrozenClock.php
[edit]
[-] SystemClock.php
[edit]
[-] Clock.php
[edit]