skqr/hateoas

View on GitHub
Entity/GenericBuilderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @copyright 2014 Integ S.A.
 * @license http://opensource.org/licenses/MIT The MIT License (MIT)
 * @author Javier Lorenzana <javier.lorenzana@gointegro.com>
 */

namespace GoIntegro\Hateoas\Entity;

/**
 * @see http://upload.wikimedia.org/wikipedia/en/d/d8/Bobby's_World_Promotional_Poster,_Blue.gif
 */
interface GenericBuilderInterface
{
}