PSR12 Linting

This commit is contained in:
HDVinnie
2022-09-11 23:50:41 +00:00
committed by github-actions[bot]
parent 4a967365d8
commit 7e65e1d589
2014 changed files with 83470 additions and 83263 deletions
@@ -53,10 +53,10 @@ class ForumCategoryController extends Controller
$topics = $forum->sub_topics()->latest('pinned')->latest('last_reply_at')->latest()->paginate(25);
return \view('forum.category', [
'forum' => $forum,
'topics' => $topics,
'category' => $category,
'num_posts' => $numPosts,
'forum' => $forum,
'topics' => $topics,
'category' => $category,
'num_posts' => $numPosts,
'num_forums' => $numForums,
'num_topics' => $numTopics,
]);