1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

Merge pull request #558 from glensc/patch-1

Update Registry.php
This commit is contained in:
Jordi Boggiano
2015-05-05 18:00:49 +01:00

View File

@@ -38,7 +38,7 @@ use InvalidArgumentException;
class Registry class Registry
{ {
/** /**
* List of all loggers in the registry (ba named indexes) * List of all loggers in the registry (by named indexes)
* *
* @var Logger[] * @var Logger[]
*/ */