mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 02:54:10 +02:00
refactor: prepare for PSR2 (#2859)
This commit is contained in:
@@ -68,7 +68,7 @@ class IPBBridge extends FeedExpander {
|
||||
case $this->isTopic($html):
|
||||
$this->collectTopic($html, $limit);
|
||||
break;
|
||||
case $this->isForum($html);
|
||||
case $this->isForum($html):
|
||||
$this->collectForum($html);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user