Skip to content
New issue

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

Call to undefined method PhpParser\ParserFactory::createForVersion() #511

Open
Aerendir opened this issue Aug 26, 2024 · 1 comment
Open

Comments

@Aerendir
Copy link

Running this command

symfony console translation:check-missing it

The following exception is thrown:

Call to undefined method PhpParser\ParserFactory::createForVersion()

@rvanlaak
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants