Do not allow using @Model in @Swagger annotation

This commit is contained in:
Guilhem N 2017-02-02 17:17:42 +01:00
parent b85eb00a79
commit fa0d937160
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD

View File

@ -22,7 +22,6 @@ final class Model extends AbstractAnnotation
public static $_parents = [
'Swagger\Annotations\Parameter',
'Swagger\Annotations\Response',
'Swagger\Annotations\Swagger',
];
public $type;