mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-13 04:59:24 +03:00
Do not allow using @Model in @Swagger annotation
This commit is contained in:
parent
b85eb00a79
commit
fa0d937160
@ -22,7 +22,6 @@ final class Model extends AbstractAnnotation
|
|||||||
public static $_parents = [
|
public static $_parents = [
|
||||||
'Swagger\Annotations\Parameter',
|
'Swagger\Annotations\Parameter',
|
||||||
'Swagger\Annotations\Response',
|
'Swagger\Annotations\Response',
|
||||||
'Swagger\Annotations\Swagger',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
public $type;
|
public $type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user