mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Make ApiDocGenerator final
This commit is contained in:
parent
fd92284b83
commit
2b86a2346d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue