1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00

Improve build

This commit is contained in:
Jordi Boggiano
2020-12-09 14:22:04 +01:00
parent bd9570d835
commit c5853b9b0f
27 changed files with 127 additions and 72 deletions

View File

@@ -77,7 +77,7 @@ class SlackRecord
private $excludeFields;
/**
* @var FormatterInterface
* @var ?FormatterInterface
*/
private $formatter;
@@ -226,7 +226,7 @@ class SlackRecord
*
* @param ?string $channel
*
* @return SlackHandler
* @return static
*/
public function setChannel(?string $channel = null): self
{
@@ -240,7 +240,7 @@ class SlackRecord
*
* @param ?string $username
*
* @return SlackHandler
* @return static
*/
public function setUsername(?string $username = null): self
{