cnastasi/async_http_client

View on GitHub
src/Helper/Time.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Created by PhpStorm.
 * User: Lombardo
 * Date: 27/12/16
 * Time: 15:54
 */

namespace AsyncHttpClient\Helper;


interface Time
{
    public function now();
}