Skip to content

Commit

Permalink
Mark Logger @Final to discourage extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 19, 2022
1 parent 0c37549 commit 3cba75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Monolog/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* and uses them to store records that are added to it.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @final
*/
class Logger implements LoggerInterface, ResettableInterface
{
Expand Down

1 comment on commit 3cba75e

@matthewbaggett
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why, though?

Please sign in to comment.