keskinbu/php-github-api

View on GitHub
src/Github/Api/ApiInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Github\Api;

/**
 * Api Interface
 *
 * Interface ApiInterface
 * @package Github\Api
 */
interface ApiInterface
{
}