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

Notice: Undefined property: PhpParser\Node\Expr\Closure::$items #548

Open
TheRatG opened this issue Oct 9, 2020 · 0 comments
Open

Notice: Undefined property: PhpParser\Node\Expr\Closure::$items #548

TheRatG opened this issue Oct 9, 2020 · 0 comments

Comments

@TheRatG
Copy link
Contributor

TheRatG commented Oct 9, 2020

Q A
Bundle version dev-master b5c84d2
Symfony version 4.4
PHP version 7.4

Actual behavior

FormExtractor.php
Notice: Undefined property: PhpParser\Node\Expr\Closure::$items

In FormExtractor.php line 311:
                                                                   
  [ErrorException]                                                 
  Notice: Undefined property: PhpParser\Node\Expr\Closure::$items  
                                                                   

Exception trace:
  at /project/vendor/jms/translation-bundle/Translation/Extractor/File/FormExtractor.php:311
 JMS\TranslationBundle\Translation\Extractor\File\FormExtractor->parseConstraintNode() at /project/vendor/jms/translation-bundle/Translation/Extractor/File/FormExtractor.php:154
 JMS\TranslationBundle\Translation\Extractor\File\FormExtractor->enterNode() at /project/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php:123
 PhpParser\NodeTraverser->traverseNode() at /project/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php:223

Steps to reproduce

./bin/console translation:extract en
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

1 participant