1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 13:46:38 +02:00

Mark Logger @final to discourage extension

This commit is contained in:
Jordi Boggiano
2022-06-19 14:12:51 +02:00
parent 0c375495d4
commit 3cba75ec09

View File

@@ -28,6 +28,7 @@ use Stringable;
* and uses them to store records that are added to it. * and uses them to store records that are added to it.
* *
* @author Jordi Boggiano <j.boggiano@seld.be> * @author Jordi Boggiano <j.boggiano@seld.be>
* @final
*/ */
class Logger implements LoggerInterface, ResettableInterface class Logger implements LoggerInterface, ResettableInterface
{ {