mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +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;
|
||||||
@ -87,7 +87,7 @@ class EdfColorDayBridge extends BridgeAbstract
|
|||||||
{
|
{
|
||||||
$month = date('n'); // Current month as a number (1-12)
|
$month = date('n'); // Current month as a number (1-12)
|
||||||
$year = date('Y'); // Current year
|
$year = date('Y'); // Current year
|
||||||
|
|
||||||
// Assuming the tempo year starts in September
|
// Assuming the tempo year starts in September
|
||||||
if ($month >= 9) {
|
if ($month >= 9) {
|
||||||
return $year . '-' . ($year + 1); // e.g., 2024-2025
|
return $year . '-' . ($year + 1); // e.g., 2024-2025
|
||||||
|
Loading…
Reference in New Issue
Block a user