for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MGDigital\BusQue;
class SystemClock implements ClockInterface
{
public function getTime(): \DateTimeInterface
return new \DateTimeImmutable();
}