1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

Merge pull request #467 from tiagowbpr/master

Php docs small error
This commit is contained in:
Jordi Boggiano
2014-12-06 18:16:08 +00:00

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.
* *