Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-06-03 15:07:16 +00:00
parent ac56c13765
commit 1c24066b17
2 changed files with 25 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ return [
], ],
/** /**
* The converter to use to turn a log record into a discord message * The converter to use to turn a log record into a discord message.
* *
* Bundled converters: * Bundled converters:
* - \MarvinLabs\DiscordLogger\Converters\SimpleRecordConverter::class * - \MarvinLabs\DiscordLogger\Converters\SimpleRecordConverter::class
@@ -35,14 +35,14 @@ return [
* A set of colors to associate to the different log levels when using the `RichRecordConverter` * A set of colors to associate to the different log levels when using the `RichRecordConverter`
*/ */
'colors' => [ 'colors' => [
'DEBUG' => 0x607d8b, 'DEBUG' => 0x607D8B,
'INFO' => 0x4caf50, 'INFO' => 0x4CAF50,
'NOTICE' => 0x2196f3, 'NOTICE' => 0x2196F3,
'WARNING' => 0xff9800, 'WARNING' => 0xFF9800,
'ERROR' => 0xf44336, 'ERROR' => 0xF44336,
'CRITICAL' => 0xe91e63, 'CRITICAL' => 0xE91E63,
'ALERT' => 0x673ab7, 'ALERT' => 0x673AB7,
'EMERGENCY' => 0x9c27b0, 'EMERGENCY' => 0x9C27B0,
], ],
/* /*