mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #322] [MERGED] Strip inline linebreaks from LineFormatter entries. #1078
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1078
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/322
Author: @gunnarlium
Created: 2/14/2014
Status: ✅ Merged
Merged: 2/18/2014
Merged by: @Seldaek
Base:
master← Head:strip-inline-linebreaks📝 Commits (1)
2aa0926Strip inline line breaks from LineFormatter entries.📊 Changes
2 files changed (+45 additions, -3 deletions)
View changed files
📝
src/Monolog/Formatter/LineFormatter.php(+17 -3)📝
tests/Monolog/Formatter/LineFormatterTest.php(+28 -0)📄 Description
This PR ensures that there will never be inline line breaks when using the
LineFormatter. The allow the old behavior to be reenabled, a constructor flag has been added.Fix #321.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.