mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
Fix tests
This commit is contained in:
@@ -89,7 +89,7 @@ class SlackRecord
|
||||
{
|
||||
$this->channel = $channel;
|
||||
$this->username = $username;
|
||||
$this->userIcon = trim($userIcon, ':');
|
||||
$this->userIcon = $userIcon !== null ? trim($userIcon, ':') : null;
|
||||
$this->useAttachment = $useAttachment;
|
||||
$this->useShortAttachment = $useShortAttachment;
|
||||
$this->includeContextAndExtra = $includeContextAndExtra;
|
||||
|
Reference in New Issue
Block a user