From b9f36e173e83562556ff339a362d7c0392e068da Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Sun, 27 Jul 2014 17:22:58 +0200 Subject: [PATCH] Fix name in docblock --- .../Handler/FingersCrossed/ChannelLevelActivationStrategy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php b/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php index 646d57a8..ae702e45 100644 --- a/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php +++ b/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php @@ -37,8 +37,8 @@ class ChannelLevelActivationStrategy implements ActivationStrategyInterface private $channelToActionLevel; /** - * @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 int $defaultActionLevel The default action level to be used if the record's category doesn't match any + * @param array $channelToActionLevel An array that maps channel names to action levels. */ public function __construct($defaultActionLevel, $channelToActionLevel = array()) {