Make ApiDocGenerator final

This commit is contained in:
Guilhem N 2016-11-30 15:10:01 +01:00
parent fd92284b83
commit 2b86a2346d
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD

View File

@ -14,7 +14,7 @@ namespace EXSyst\Bundle\ApiDocBundle;
use EXSyst\Bundle\ApiDocBundle\Describer\DescriberInterface;
use EXSyst\Component\Swagger\Swagger;
class ApiDocGenerator
final class ApiDocGenerator
{
private $swagger;
private $describers;