mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 04:07:39 +02:00
Update type cast to use boolean
This commit is contained in:
@@ -180,6 +180,6 @@ class PushoverHandler extends SocketHandler
|
||||
*/
|
||||
public function useFormattedMessage($value)
|
||||
{
|
||||
$this->useFormattedMessage = (bool) $value;
|
||||
$this->useFormattedMessage = (boolean) $value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user