mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
b3d628a31b
Since the entity (and maybe others) form field type breaks the doc generations, I've added a try{} catch{} exception handler when you try to a compatible field type in the formParser(). It's a workaround for issue https://github.com/nelmio/NelmioApiDocBundle/issues/94. Later we can add a better support for other types of fields.