[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();
}
}
}
}