1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-03 21:25: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:
logmanoriginal 2018-06-23 21:28:27 +02:00
parent f4a60c1777
commit 01a2746715

View File

@ -226,5 +226,5 @@ class YoutubeBridge extends BridgeAbstract {
default:
return parent::getName();
}
}
}
}