mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
Fix name in docblock
This commit is contained in:
@@ -38,7 +38,7 @@ class ChannelLevelActivationStrategy implements ActivationStrategyInterface
|
||||
|
||||
/**
|
||||
* @param int $defaultActionLevel The default action level to be used if the record's category doesn't match any
|
||||
* @param array $categoryToActionLevel An array that maps channel names to action levels.
|
||||
* @param array $channelToActionLevel An array that maps channel names to action levels.
|
||||
*/
|
||||
public function __construct($defaultActionLevel, $channelToActionLevel = array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user