mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #3] [MERGED] Interfaces #866
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#866
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/3
Author: @stof
Created: 3/19/2011
Status: ✅ Merged
Merged: 3/20/2011
Merged by: @Seldaek
Base:
master← Head:interfaces📝 Commits (2)
3a3c96dAdded some methods in the HandlerInterface and some typehints7a912a4Removed the public keyword in the interface📊 Changes
6 files changed (+56 additions, -14 deletions)
View changed files
📝
src/Monolog/Handler/AbstractHandler.php(+5 -4)📝
src/Monolog/Handler/FingersCrossedHandler.php(+4 -4)📝
src/Monolog/Handler/HandlerInterface.php(+43 -2)📝
src/Monolog/Handler/NullHandler.php(+2 -2)📝
src/Monolog/Handler/StreamHandler.php(+1 -1)📝
src/Monolog/Handler/TestHandler.php(+1 -1)📄 Description
This adds some missing functions in the HandlerInterface
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.