1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 14:32:44 +01: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
*
* @var int
* @var int[]
*/
protected $acceptedLevels;