Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[VarExporter] Uniform unitialized property error message under ghost and non-ghost objects#53890
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[VarExporter] Uniform unitialized property error message under ghost and non-ghost objects#53890
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabbot's php-cs-fixer report is ignored. It breaks the result by fixing it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for spotting this.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
…and non-ghost objects
78f73cb
tofa3a112
CompareThank you@priyadi. |
Accessing an uninitialized property will previously give us a different error message on a lazy ghost and the real object. This PR changes so that doing it on a lazy ghost gives us the same error message as that with the real object.