mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #8] [MERGED] Improvements #870
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#870
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/8
Author: @stof
Created: 4/6/2011
Status: ✅ Merged
Merged: 4/6/2011
Merged by: @Seldaek
Base:
master← Head:improvements📝 Commits (2)
87332a3Added phpdoc for all methods and added the typehint for the FormatterInterface3cb3dbdMade the write method protected📊 Changes
22 files changed (+363 additions, -163 deletions)
View changed files
📝
src/Monolog/Formatter/FormatterInterface.php(+7 -1)📝
src/Monolog/Formatter/JsonFormatter.php(+5 -1)📝
src/Monolog/Formatter/LineFormatter.php(+9 -1)📝
src/Monolog/Handler/AbstractHandler.php(+52 -25)📝
src/Monolog/Handler/BufferHandler.php(+7 -9)📝
src/Monolog/Handler/FingersCrossedHandler.php(+5 -10)📝
src/Monolog/Handler/HandlerInterface.php(+8 -4)📝
src/Monolog/Handler/NullHandler.php(+8 -1)📝
src/Monolog/Handler/RotatingFileHandler.php(+13 -12)📝
src/Monolog/Handler/StreamHandler.php(+15 -15)📝
src/Monolog/Handler/SyslogHandler.php(+18 -5)📝
src/Monolog/Handler/TestHandler.php(+5 -1)📝
src/Monolog/Logger.php(+125 -0)📝
src/Monolog/Processor/WebProcessor.php(+9 -1)📝
tests/Monolog/Handler/AbstractHandlerTest.php(+8 -19)📝
tests/Monolog/Handler/BufferHandlerTest.php(+2 -13)📝
tests/Monolog/Handler/FingersCrossedHandlerTest.php(+2 -13)📝
tests/Monolog/Handler/NullHandlerTest.php(+2 -17)📝
tests/Monolog/Handler/RotatingFileHandlerTest.php(+8 -4)📝
tests/Monolog/Handler/StreamHandlerTest.php(+13 -11)...and 2 more files
📄 Description
This adds phpdoc on all methods and makes the
writemethod protected as discussed yesterday on IRC.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.