-
Notifications
You must be signed in to change notification settings - Fork 236
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
Trying to access array offset on value of type null #273
Comments
Ref:
|
If it helps, the following seems to fix the problem: |
Symfony also has alot of failures in php 7.4 due to this, ref. symfony/symfony#32844 |
Will the fix be merged into |
RFC that implemented the breakage: https://wiki.php.net/rfc/notice-for-non-valid-array-container |
Does this still seem to be broken? ErrorException : Trying to access array offset on value of type null
|
@SuperlativeEntity what version are you running? This has been fixed in 1.7.0. |
Okay, my mistake, I have the wrong version. Thanks for your time. |
To avoid this bug: doctrine/annotations#273
I'm using version 1.10.2 and it's failing in other line:
|
@javiyt Did you resolve the issue? |
No |
Might be easier to just log a separate issue. |
This fixed the issue in my case:
|
We can't just edit the vendor files, it needs to be fixed in the package. |
Hey folks: posting here won't help. Please raise a new issue with associated failing test case, so it can be solved there. |
still error on php 7.4 |
Confirm, still error on PHP 7.4 and current symfony flex doctrine/orm v 2.7.5 |
Anyone hava a solution?
Current PHP version is 7.4, should I downgrade to 7.3 or upgrade to 8? |
@thewasta please report it to |
This stopped working on php 7.4, for example on DocParser class
See https://twitter.com/nikita_ppv/status/1148931277216800769 for a reference
The text was updated successfully, but these errors were encountered: