Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Oct 3, 2025

Q A
Branch? 4.x
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

The FixEmptyLoggerPass class was added in c3fbde4 to fix an issue with monolog 1.x that has been fixed in 2.x by Seldaek/monolog@ad37b7b. It can be removed since monolog 3.x is required.

@GromNaN GromNaN merged commit a56dedf into symfony:4.x Oct 3, 2025
7 checks passed
@GromNaN GromNaN deleted the remove-fix-empty branch October 3, 2025 18:06
GromNaN added a commit that referenced this pull request Oct 6, 2025
This PR was merged into the 4.x branch.

Discussion
----------

Removed legacy getter from `LoggerChannelPass`

| Q             | A
| ------------- | ---
| Branch?       | 4.x
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

Follow-up to #545

The `LoggerChannelPass::getChannels()` method was originally added in 4d5a969 for the `DebugHandlerPass` and was later used in the `FixEmptyLoggerPass`.

Since both passes have been removed, this method is no longer needed.

Commits
-------

833daad Removed legacy getter from `LoggerChannelPass`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants