Skip to content
Snippets Groups Projects
Commit 02edbb07 authored by Georgi Mateev's avatar Georgi Mateev
Browse files

[BUGFIX] Code style fix

parent 91f5bcf0
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ class NewsByAuthorController extends AbstractController { ...@@ -46,6 +46,7 @@ class NewsByAuthorController extends AbstractController {
* @return void * @return void
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException
* @throws \TYPO3\CMS\Core\Package\Exception
*/ */
public function listAction($authorId = 0): void { public function listAction($authorId = 0): void {
if ($authorId) { if ($authorId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment