mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
Update PushoverHandler.php
tabs > spaces
This commit is contained in:
parent
3df597f1c5
commit
a49cc6e8aa
@ -102,7 +102,7 @@ class PushoverHandler extends SocketHandler
|
||||
}
|
||||
|
||||
if (isset($record['sound']) && in_array($record['sound'], $this->sounds)) {
|
||||
$dataArray['sound'] = $record['sound'];
|
||||
$dataArray['sound'] = $record['sound'];
|
||||
}
|
||||
|
||||
return http_build_query($dataArray);
|
||||
|
Loading…
x
Reference in New Issue
Block a user