mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
CS fix
This commit is contained in:
parent
f1af2c484a
commit
685a91ba53
@ -199,7 +199,7 @@ class HipChatHandler extends SocketHandler
|
||||
$levelName = $record['level_name'];
|
||||
}
|
||||
|
||||
if (null == $datetime) {
|
||||
if (null === $datetime) {
|
||||
$datetime = $record['datetime'];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user