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
Running this command
symfony console translation:check-missing it
The following exception is thrown:
Call to undefined method PhpParser\ParserFactory::createForVersion()
The text was updated successfully, but these errors were encountered:
@Aerendir would you have a stack trace for us? This probably is related to the extractor repo, as that is the only one mentioning ParserFactory: https://github.com/search?q=org%3Aphp-translation+ParserFactory&type=code and that repo does have PhpParser as a requirement: https://github.com/php-translation/extractor/blob/master/composer.json
ParserFactory
PhpParser
Sorry, something went wrong.
No branches or pull requests
Running this command
The following exception is thrown:
The text was updated successfully, but these errors were encountered: