1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02:00

address phpcs style errors

This commit is contained in:
Matt DeMoss
2017-12-28 20:19:35 -05:00
parent 0871376922
commit c14b2c6905

View File

@@ -196,9 +196,9 @@ class YoutubeBridge extends BridgeAbstract {
case 'By channel id':
case 'By playlist Id':
case 'Search result':
return $this->feedName . ' - ' . 'YouTube'; // We already know it's a bridge, right?
default:
return parent::getName();
return $this->feedName . ' - YouTube'; // We already know it's a bridge, right?
default:
return parent::getName();
}
}
}