core: Class elf does not exist
API Platform version(s) affected: 2.5.4 (2.5.3 is not affected)
Description / How to reproduce
When using this property in an ApiResource
/**
* @var self
*/
public $foo;
… I get the error “Class elf does not exist” on api docs.
Additional Context
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 17 (10 by maintainers)
https://github.com/phpDocumentor/phpDocumentor/issues/2212
@soyuka So, do I understand correctly, that it is a bug in symfony/property-info?