Fakerino/Fakerino

View on GitHub
src/Fakerino/Core/Entity/Method.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is part of the Fakerino package.
 *
 * (c) Nicola Pietroluongo <nik.longstone@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Fakerino\Core\Entity;

/**
 * Class Method,
 * describes a class method.
 *
 * @author Nicola Pietroluongo <nik.longstone@gmail.com>
 */
class Method extends ClassElement
{
}