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

Screenshot 2020-01-15 14 52 23

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 17 (10 by maintainers)

Commits related to this issue

Most upvoted comments

https://github.com/phpDocumentor/phpDocumentor/issues/2212

@soyuka So, do I understand correctly, that it is a bug in symfony/property-info?