mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
8da1ac0296
The type invariation (changing from the real property to the sub items definition) causes the swagger annotations to end up on the created `Items` entry. This changes the behaviour to update the real property entry with the swagger annotation. Additionally this ensures that "description", "title" and "example" are only updated on `Schema` instances.