1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 14:16:42 +02:00

Php docs small error

This commit is contained in:
tiagowbpr
2014-12-05 23:46:37 -02:00
parent 4119844a43
commit 59c52eeea5

View File

@@ -474,7 +474,7 @@ class Logger implements LoggerInterface
} }
/** /**
* Adds a log record at the INFO level. * Adds a log record at the NOTICE level.
* *
* This method allows for compatibility with common interfaces. * This method allows for compatibility with common interfaces.
* *