forked from blallo/rss-bridge
[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:
parent
f4a60c1777
commit
01a2746715
1 changed files with 1 additions and 1 deletions
|
@ -226,5 +226,5 @@ class YoutubeBridge extends BridgeAbstract {
|
|||
default:
|
||||
return parent::getName();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue