mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 14:16:42 +02:00
Update PushoverHandler.php
tabs > spaces
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user