mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 17:08:47 +00:00
[EdfColorDay Bridge] lint
This commit is contained in:
parent
e47ea2882a
commit
934c5be963
@ -65,7 +65,7 @@ class EdfColorDayBridge extends BridgeAbstract
|
|||||||
private function getDisplayableColor(string $color): string
|
private function getDisplayableColor(string $color): string
|
||||||
{
|
{
|
||||||
$displayableColor = null;
|
$displayableColor = null;
|
||||||
switch($color) {
|
switch ($color) {
|
||||||
case 'BLUE':
|
case 'BLUE':
|
||||||
$displayableColor = '🟦 TEMPO_BLEU';
|
$displayableColor = '🟦 TEMPO_BLEU';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user