Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 14, 2023
1 parent b5baaa6 commit 9c82da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
(new Extend\Routes('forum'))
->get('/rss/t/{tag}', 'feeds.rss.tag', Controller\TagsFeedController::class)
->get('/atom/t/{tag}', 'feeds.atom.tag', Controller\TagsFeedController::class)

->get('/rss/t/{tag}/discussions', 'feeds.rss.tag_discussions', Controller\LastDiscussionsByTagFeedController::class)
->get('/atom/t/{tag}/discussions', 'feeds.atom.tag_discussions', Controller\LastDiscussionsByTagFeedController::class)
->get('/atom/t/{tag}/discussions', 'feeds.atom.tag_discussions', Controller\LastDiscussionsByTagFeedController::class),
];
})
}),
];
2 changes: 1 addition & 1 deletion src/Controller/AbstractFeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
use Flarum\Http\UrlGenerator;
use Flarum\Settings\SettingsRepositoryInterface;
use Flarum\User\User;
use Illuminate\Support\Str;
use Illuminate\Contracts\View\Factory;
use Illuminate\Support\Str;
use Laminas\Diactoros\Response;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
Expand Down

0 comments on commit 9c82da5

Please sign in to comment.