Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
api.meumercado.app
/
vendor
/
lcobucci
/
clock
/
src
/
Editing: Clock.php
<?php declare(strict_types=1); namespace Lcobucci\Clock; use DateTimeImmutable; interface Clock { public function now(): DateTimeImmutable; }
Save
Cancel