kix/apiranha

View on GitHub
src/Annotation/Method.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kix\Apiranha\Annotation;

use Doctrine\Common\Annotations\Annotation;

/**
 * Base class for resource method annotations. 
 *
 * @package Kix\Apiranha\Annotation
 */
abstract class Method extends Annotation
{
}