PATH:
home
/
nappmpmd
/
mamza.xyz
/
wp-content
/
plugins
/
adfoxly
/
vendor
/
bugsnag
/
bugsnag
/
src
/
DateTime
<?php namespace Bugsnag\DateTime; use DateTimeImmutable; interface ClockInterface { /** * @return DateTimeImmutable */ public function now(); }
[-] Clock.php
[edit]
[+]
..
[-] ClockInterface.php
[edit]
[-] Date.php
[edit]