Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarExporter] Add Hydrator::hydrate() and preserve PHP references when using it#46452
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Does the psalm failure make sense to anyone? |
This error is because Psalm sees the returned value as being of type |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
a7fe0e4 toef25192Compare/cc @symfony/mergers this PR is ready and blocking#46458 if you have some time for a review 🙏 |
Uh oh!
There was an error while loading.Please reload this page.
Why does Carson bot changed the title? This is wrong to me |
Carson listens to "updates" on the PR. It names the title according to the (grey) labels. When this PR was merged, Nicolas did a push ("update"). |
Labels updated |
Uh oh!
There was an error while loading.Please reload this page.
To make it easy to hydrate already created objects (usually created without calling the constructor.)
Hydrator::hydrate()Hydrator::hydrate()orInstantiator::instantiate()