1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 15:02:28 +01:00

fix phpdoc

This commit is contained in:
Markus Staab 2013-12-26 00:18:20 +01:00
parent a66d0ed837
commit 9e536cfaba

View File

@ -48,7 +48,7 @@ class Registry
* Adds new logging channel to the registry * Adds new logging channel to the registry
* *
* @param Logger $logger Instance of the logging channel * @param Logger $logger Instance of the logging channel
* @param string $name Name of the logging channel ($logger->getName() by default) * @param string|null $name Name of the logging channel ($logger->getName() by default)
* @param boolean $overwrite Overwrite instance in the registry if the given name already exists? * @param boolean $overwrite Overwrite instance in the registry if the given name already exists?
* @throws \InvalidArgumentException If $overwrite set to false and named Logger instance already exists * @throws \InvalidArgumentException If $overwrite set to false and named Logger instance already exists
*/ */