From 02edbb07a55349a3ccf13800681068c16b5393d1 Mon Sep 17 00:00:00 2001 From: Georgi Mateev <gmateev@exactag.com> Date: Thu, 28 Oct 2021 07:24:31 +0300 Subject: [PATCH] [BUGFIX] Code style fix --- Classes/Controller/NewsByAuthorController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/Controller/NewsByAuthorController.php b/Classes/Controller/NewsByAuthorController.php index 579c3e7..3f280ad 100644 --- a/Classes/Controller/NewsByAuthorController.php +++ b/Classes/Controller/NewsByAuthorController.php @@ -46,6 +46,7 @@ class NewsByAuthorController extends AbstractController { * @return void * @throws \InvalidArgumentException * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException + * @throws \TYPO3\CMS\Core\Package\Exception */ public function listAction($authorId = 0): void { if ($authorId) { -- GitLab