mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 00:26:10 +02:00
CS fixes
This commit is contained in:
@@ -118,9 +118,9 @@ class FleepHookHandler extends SocketHandler
|
||||
*/
|
||||
private function buildContent($record)
|
||||
{
|
||||
$dataArray = array(
|
||||
$dataArray = [
|
||||
'message' => $record['formatted'],
|
||||
);
|
||||
];
|
||||
|
||||
return http_build_query($dataArray);
|
||||
}
|
||||
|
Reference in New Issue
Block a user