[PR #546] [MERGED] Update NormalizerFormatter.php #1219

Closed
opened 2026-03-04 03:06:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/546
Author: @draev
Created: 4/22/2015
Status: Merged
Merged: 6/1/2015
Merged by: @Seldaek

Base: masterHead: patch-1


📝 Commits (3)

  • ff4d917 Update NormalizerFormatter.php
  • 57bd24d Fix jsonserializable behavior
  • b1f2e2f Change Test.. но __toString method called..

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 src/Monolog/Formatter/NormalizerFormatter.php (+6 -1)
📝 tests/Monolog/Formatter/NormalizerFormatterTest.php (+1 -1)

📄 Description

Some objects implement magic __toString method
Allow to print this kind of objects in the logger


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/546 **Author:** [@draev](https://github.com/draev) **Created:** 4/22/2015 **Status:** ✅ Merged **Merged:** 6/1/2015 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`ff4d917`](https://github.com/Seldaek/monolog/commit/ff4d9176d0e55163756a7b760f6e7fbc809e2377) Update NormalizerFormatter.php - [`57bd24d`](https://github.com/Seldaek/monolog/commit/57bd24da69117b44c6159fa5717c753abe19dbb5) Fix jsonserializable behavior - [`b1f2e2f`](https://github.com/Seldaek/monolog/commit/b1f2e2f5ec7435b7c0e3072c01201b42166c2c9c) Change Test.. но __toString method called.. ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/Monolog/Formatter/NormalizerFormatter.php` (+6 -1) 📝 `tests/Monolog/Formatter/NormalizerFormatterTest.php` (+1 -1) </details> ### 📄 Description Some objects implement magic __toString method Allow to print this kind of objects in the logger --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:06:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1219
No description provided.