Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
discodavey committed Dec 17, 2024
1 parent f3a87bc commit 95a09a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ArticlesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ private function createFirstPage(Request $request, string $id, array $arguments)
$first = false;
}

if ($item->getType() === 'feature'&& $item instanceof ArticleVoR && $item->getAuthorResponse()) {
if ($item->getType() === 'feature' && $item instanceof ArticleVoR && $item->getAuthorResponse()) {
$parts[] = ArticleSection::collapsible(
$item->getAuthorResponse()->getId() ?? 'author-response',
'Author response',
Expand Down

0 comments on commit 95a09a8

Please sign in to comment.