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 channel id':
case 'By playlist Id': case 'By playlist Id':
case 'Search result': case 'Search result':
return $this->feedName . ' - ' . 'YouTube'; // We already know it's a bridge, right? return $this->feedName . ' - YouTube'; // We already know it's a bridge, right?
default: default:
return parent::getName(); return parent::getName();
} }
} }
} }