1
0
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:
Rvanlaak 2014-04-09 15:58:52 +02:00
parent 3df597f1c5
commit a49cc6e8aa

View File

@ -102,7 +102,7 @@ class PushoverHandler extends SocketHandler
} }
if (isset($record['sound']) && in_array($record['sound'], $this->sounds)) { if (isset($record['sound']) && in_array($record['sound'], $this->sounds)) {
$dataArray['sound'] = $record['sound']; $dataArray['sound'] = $record['sound'];
} }
return http_build_query($dataArray); return http_build_query($dataArray);