NelmioApiDocBundle/ModelDescriber
Christian Schiffler 8da1ac0296 Pass real property to swagger annotation reader
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.
2017-12-15 17:39:18 +01:00
..
FormModelDescriber.php added break 2017-11-11 13:43:42 +02:00
JMSModelDescriber.php Pass real property to swagger annotation reader 2017-12-15 17:39:18 +01:00
ModelDescriberInterface.php Add return types 2017-03-17 19:37:51 +01:00
ObjectModelDescriber.php Pass real property to swagger annotation reader 2017-12-15 17:39:18 +01:00
SwaggerPropertyAnnotationReader.php Pass real property to swagger annotation reader 2017-12-15 17:39:18 +01:00