mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
refactor: prepare for PSR2 (#2859)
This commit is contained in:
@@ -78,7 +78,9 @@ Returns feeds for bug comments';
|
||||
// Order comments
|
||||
switch($sorting) {
|
||||
case 'lf': $comments = array_reverse($comments, true);
|
||||
// fall-through
|
||||
case 'of':
|
||||
// fall-through
|
||||
default: // Nothing to do, keep original order
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user