We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The https://github.com/goaop/parser-reflection is being used for code parsing, but that is no longer maintained and can't handle PHP syntax of newer PHP versions.
Need to switch to the https://github.com/Roave/BetterReflection project. The only problem is that it doesn't have a ReflectionFile class (all constants & classes & functions defined in a file). This was discussed in the Roave/BetterReflection#732 .
ReflectionFile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The https://github.com/goaop/parser-reflection is being used for code parsing, but that is no longer maintained and can't handle PHP syntax of newer PHP versions.
Need to switch to the https://github.com/Roave/BetterReflection project. The only problem is that it doesn't have a
ReflectionFile
class (all constants & classes & functions defined in a file). This was discussed in the Roave/BetterReflection#732 .The text was updated successfully, but these errors were encountered: