1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-12 08:04:02 +02:00

Fixed phpdoc, typo and indentation issues.

This commit is contained in:
Mike Meessen
2013-04-30 12:57:02 +02:00
parent 690bbdb2ff
commit b2ce4483a5

View File

@@ -25,7 +25,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<int> $categoryToActionLevel An array that maaps category names to action levels.
* @param array $categoryToActionLevel An array that maps channel names to action levels.
*/
public function __construct($defaultActionLevel, $channelToActionLevel = array())
{