mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
Fix name in docblock
This commit is contained in:
parent
61145103b6
commit
b9f36e173e
@ -37,8 +37,8 @@ class ChannelLevelActivationStrategy implements ActivationStrategyInterface
|
|||||||
private $channelToActionLevel;
|
private $channelToActionLevel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $defaultActionLevel The default action level to be used if the record's category doesn't match any
|
* @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())
|
public function __construct($defaultActionLevel, $channelToActionLevel = array())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user