Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/allure-framework/allure-php-commons/src/Io/
Upload File :
Current File : //home/rtorresani/www/vendor/allure-framework/allure-php-commons/src/Io/ClockInterface.php

<?php

declare(strict_types=1);

namespace Qameta\Allure\Io;

use DateTimeImmutable;

interface ClockInterface
{
    public function now(): DateTimeImmutable;
}