/home2/mshostin/www/vendor/facade/flare-client-php/src/Time/Time.php
<?php

namespace Facade\FlareClient\Time;

interface Time
{
    public function getCurrentTime(): int;
}