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

Fix docblock

This commit is contained in:
Jordi Boggiano
2013-11-25 14:58:14 +01:00
parent eaa3c05509
commit 6f5b3d2a9c

View File

@@ -40,7 +40,7 @@ class Registry
/** /**
* List of all loggers in the registry (ba named indexes) * List of all loggers in the registry (ba named indexes)
* *
* @var array of Logger * @var Logger[]
*/ */
private static $loggers = array(); private static $loggers = array();