You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try the export to translation files:
php app/console translation:extract fr --dir=./src/ --output-dir=./app/Resources/translations
[ErrorException]
Catchable Fatal Error: Argument 1 passed to PHPParser_Parser::__construct() must be an instance of PHPParser_Lexer, none given, called in /applocation/vendor/bundles/JMS/TranslationBundle/Translation/Extractor/FileExtractor.php on line 56 and defined in /applocation/vendor/php-parser/lib/PHPParser/Parser.php line 903
The text was updated successfully, but these errors were encountered:
When I try the export to translation files:
php app/console translation:extract fr --dir=./src/ --output-dir=./app/Resources/translations
[ErrorException]
Catchable Fatal Error: Argument 1 passed to PHPParser_Parser::__construct() must be an instance of PHPParser_Lexer, none given, called in /applocation/vendor/bundles/JMS/TranslationBundle/Translation/Extractor/FileExtractor.php on line 56 and defined in /applocation/vendor/php-parser/lib/PHPParser/Parser.php line 903
The text was updated successfully, but these errors were encountered: