1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00

Fix type hint

This commit is contained in:
jeroendedauw
2014-07-27 16:50:37 +02:00
parent 61145103b6
commit f6346e7e2b

View File

@@ -24,7 +24,7 @@ class FilterHandler extends AbstractHandler
/** /**
* Minimum level for logs that are passes to handler * Minimum level for logs that are passes to handler
* *
* @var int * @var int[]
*/ */
protected $acceptedLevels; protected $acceptedLevels;