NelmioApiDocBundle/Parser
Paweł Mikołajczuk 55f26508ab Don't parse custom properties as classes.
Sometimes instead real class name we can use custom handler name. Then this class can't be initialized and we will get this exception ```ReflectionException: Class custom_handler_name does not exist```
2014-07-10 11:46:30 +02:00
..
FormTypeParser.php If a description is not provided use form label 2014-07-03 13:34:07 -06:00
JmsMetadataParser.php Don't parse custom properties as classes. 2014-07-10 11:46:30 +02:00
ParserInterface.php Fix CS 2013-11-14 10:33:57 +01:00
PostParserInterface.php Updated postParse logic to utilize an interface and to avoid unnecessary "supports" checks. 2013-07-02 21:57:09 -07:00
ValidationParser.php Added 'default' parameters in {JmsMetadata,Validator}Parser, and FOSRestHandler. 2014-06-27 10:19:28 +02:00
ValidationParserLegacy.php Added 'default' parameters in {JmsMetadata,Validator}Parser, and FOSRestHandler. 2014-06-27 10:19:28 +02:00