overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
783 stars 221 forks source link

Reflection exception due to .class.php file extension. #1101

Closed Rwemigabo closed 11 months ago

Rwemigabo commented 1 year ago
Q A
Bug report? no
Feature request? no
BC Break report? no
RFC? yes
Version/Branch 0.15.2

Hello, I am trying to use the Attributes feature of the library. However, the codebase I am working with has an "older" convention of using the .class.php extension for the class files. This is currently not handled in the MetadataParser as it is only setup to work with .php. This causes a ReflectionException to be thrown and therefore I am unable to use the Attributes feature so, I wanted to ask: