[PR #911] [MERGED] Replacing the add* methods in the docs and comments with the PSR-3 compliant methods #1410

Closed
opened 2026-03-04 03:12:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/911
Author: @StevenWInfo
Created: 1/7/2017
Status: Merged
Merged: 1/20/2017
Merged by: @Seldaek

Base: masterHead: docUpdates


📝 Commits (1)

  • 2544676 Replacing the outdated add* methods in the docs with the PSR-3 compliant methods.

📊 Changes

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

View changed files

📝 doc/01-usage.md (+2 -2)
📝 doc/04-extending.md (+1 -1)
📝 doc/sockets.md (+1 -1)
📝 src/Monolog/Handler/PHPConsoleHandler.php (+1 -1)
📝 src/Monolog/Registry.php (+2 -2)

📄 Description

Noticed some of the docs had code using addInfo which I had also noticed was removed in the recent upgrade, so I did some grepping and replaced mentions of it with info in some comments and documentation. I did this with the other add* methods as well.


🔄 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/911 **Author:** [@StevenWInfo](https://github.com/StevenWInfo) **Created:** 1/7/2017 **Status:** ✅ Merged **Merged:** 1/20/2017 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `docUpdates` --- ### 📝 Commits (1) - [`2544676`](https://github.com/Seldaek/monolog/commit/2544676a41b51b75dd15fd98cabbf0c7141cc25d) Replacing the outdated add* methods in the docs with the PSR-3 compliant methods. ### 📊 Changes **5 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `doc/01-usage.md` (+2 -2) 📝 `doc/04-extending.md` (+1 -1) 📝 `doc/sockets.md` (+1 -1) 📝 `src/Monolog/Handler/PHPConsoleHandler.php` (+1 -1) 📝 `src/Monolog/Registry.php` (+2 -2) </details> ### 📄 Description Noticed some of the docs had code using `addInfo` which I had also noticed was removed in the recent upgrade, so I did some grepping and replaced mentions of it with `info` in some comments and documentation. I did this with the other add* methods as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:12:19 +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#1410
No description provided.