You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#61529 [FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled (MatTheCat)
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#60409
| License | MIT
symfony#59515 removed the check for the profiler being enabled, but if it isn’t its `collect` method will return `null` and the `ConsoleProfilerListener` will crash when trying to call `saveProfile`.
Commits
-------
e18ce44 [FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled
0 commit comments