open-orchestra/open-orchestra-base-api-bundle

View on GitHub
BaseApiBundle/Controller/Annotation/Serialize.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OpenOrchestra\BaseApiBundle\Controller\Annotation;

/**
 * Class Serialize
 *
 * @Annotation
 * @Target({"METHOD", "CLASS"})
 */
class Serialize
{

}