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] fixProxyHelper::generateLazyProxy() when a method returns null#54850
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
6fd1794 to330dcc7CompareUh oh!
There was an error while loading.Please reload this page.
330dcc7 toaeecd29CompareUh oh!
There was an error while loading.Please reload this page.
aeecd29 to673bb6bCompareUh oh!
There was an error while loading.Please reload this page.
673bb6b to59b3b7aComparenicolas-grekas commentedMay 7, 2024
Can you also please update src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php? It has the same issue (two times) |
b3ab90f to37ba6e7Compare37ba6e7 to0067eabComparesrc/Symfony/Component/VarDumper/Tests/Fixtures/Php82NullStandaloneReturnType.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
0842909 to23c16c6Comparesrc/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/Php82NullStandaloneReturnType.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/VarDumper/Tests/Fixtures/Php82NullStandaloneReturnType.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
23c16c6 todc083feComparefabpot commentedMay 7, 2024
Thank you@nikophil. |
Uh oh!
There was an error while loading.Please reload this page.
When a methods has such a signature:
the method
ProxyHelper::generateLazyProxy()produces a wrong code:This PR fixes this.