mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user