-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[3.0][Monolog] Remove deprecated interface and deprecated methods #13348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rosier
commented
Jan 9, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | yes |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
@@ -12,7 +12,7 @@ | |||
namespace Symfony\Bridge\Monolog; | |||
|
|||
use Monolog\Logger as BaseLogger; | |||
use Symfony\Component\HttpKernel\Log\LoggerInterface; | |||
use Psr\Log\LoggerInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless given that the base logger (Monolog) already implements PSR-3
Current PR has been updated |
* {@inheritdoc} | ||
>>>>>>> 2.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the PR?
This is also present in https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Monolog/Logger.php#L68
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, indeed
Thank you @rosier. |
…ted methods (rosier) This PR was squashed before being merged into the 3.0-dev branch (closes #13348). Discussion ---------- [3.0][Monolog] Remove deprecated interface and deprecated methods | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT Commits ------- 0fa072c [3.0][Monolog] Remove deprecated interface and deprecated methods