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

Docblock fixes

This commit is contained in:
George Mponos
2018-12-09 22:31:46 +02:00
parent 966c2f64b3
commit 790ff7fd1d
6 changed files with 16 additions and 15 deletions

View File

@@ -35,13 +35,13 @@ class SlackRecord
/**
* Slack channel (encoded ID or name)
* @var ?string
* @var string|null
*/
private $channel;
/**
* Name of a bot
* @var ?string
* @var string|null
*/
private $username;