1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +02:00

Codereview fixes based on @stof comments

This commit is contained in:
Anton Nizhegorodov
2016-11-13 23:02:58 +02:00
committed by Haralan Dobrev
parent 4ab8ed0a53
commit 01a2ac25a2
3 changed files with 15 additions and 32 deletions

View File

@@ -40,10 +40,11 @@ class SlackbotHandler extends AbstractProcessingHandler
private $channel;
/**
* @param string $token Slackbot token
* @param string $channel Slack channel (encoded ID or name)
* @param int $level The minimum logging level at which this handler will be triggered
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
* @param string $slackTeam Slack team slug
* @param string $token Slackbot token
* @param string $channel Slack channel (encoded ID or name)
* @param int $level The minimum logging level at which this handler will be triggered
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
*/
public function __construct(
$slackTeam,