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