mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #911] [MERGED] Replacing the add* methods in the docs and comments with the PSR-3 compliant methods #1410
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#1410
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/911
Author: @StevenWInfo
Created: 1/7/2017
Status: ✅ Merged
Merged: 1/20/2017
Merged by: @Seldaek
Base:
master← Head:docUpdates📝 Commits (1)
2544676Replacing 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
addInfowhich I had also noticed was removed in the recent upgrade, so I did some grepping and replaced mentions of it withinfoin 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.