-
Notifications
You must be signed in to change notification settings - Fork 293
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
Please update to use newer parser version #155
Comments
any updates on this 🆙 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Depending on one fixed version collides with other packages. Please upgrade to a higher package and use a version constraint. The latest release (1.4.1) is far from the required one (0.9.4) |
+1 |
The master version is using parser v1+ however the 1.1.0 release still points to parser v0.9. |
Released in 1.2.0 |
The issue still occurs in version 1.2.0. Also still in FormExtractor.php but this time on line 173: Notice: Undefined property: PhpParser\Node\Expr\ArrayDimFetch::$items Temporary fix: prepend condition with isset($item->value->items). |
@kacperk83: What issue? In 1.2.0 we allow you to use the latest version of the PHP parser. If you have experiencing problems with the JMSTranslationBundle that is not related to this topic feel free to create a new issue and the community will be happy to assist you. |
I will do so. Thank you. |
The second bug he reported is still there. The $items one PR #339 fixes it. |
To solve php 5.5 syntax issue: nikic/PHP-Parser#76
The text was updated successfully, but these errors were encountered: