b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/mainpay/vendor/psr/clock/src/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/mainpay/vendor/psr/clock/src/ClockInterface.php

<?php

namespace Psr\Clock;

use DateTimeImmutable;

interface ClockInterface
{
    /**
     * Returns the current time as a DateTimeImmutable Object
     */
    public function now(): DateTimeImmutable;
}

Copyright © 2019 by b0y-101