mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-29 04:40:19 +02:00
[YoutubeBridge] Fix sniff violation
This is a fix for a sniff violation not detected by newer versions of phpcs (not sure why though, it's detected in version 2.7.1).
This commit is contained in:
@@ -226,5 +226,5 @@ class YoutubeBridge extends BridgeAbstract {
|
|||||||
default:
|
default:
|
||||||
return parent::getName();
|
return parent::getName();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user