mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Merge pull request #2042 from nosnickid/fix-xml-content
Fix OA\XmlContent class reference
This commit is contained in:
commit
1ddd3f3214
@ -164,7 +164,7 @@ final class ModelRegister
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
case 'xml':
|
case 'xml':
|
||||||
$modelAnnotation = Util::createChild($annotation, OA\XmlContent, $properties);
|
$modelAnnotation = Util::createChild($annotation, OA\XmlContent::class, $properties);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user