Commit f53e4ae
committed
bug symfony#53501 [DependencyInjection] support lazy evaluated exception messages with Xdebug 3 (xabbuh)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[DependencyInjection] support lazy evaluated exception messages with Xdebug 3
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The `AutowiringFailedExceptionTest::testLazyness()` passes with Xdebug 3 enabled on my machine. But I would like to get some additional feedback from other Xdebug users.
Commits
-------
e533873 support lazy evaluated exception messages with Xdebug 3File tree
1 file changed
+1
-3
lines changed- src/Symfony/Component/DependencyInjection/Exception
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments