Skip to content

Commit a030ec7

Browse files
committed
refactor: updated PHPDoc
1 parent c902085 commit a030ec7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpmyfaq/src/phpMyFAQ/Controller/Frontend/AbstractFrontController.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ private function getTopNavigation(Request $request): array
146146
];
147147
}
148148

149-
private function getUserDropdown(): array
149+
/**
150+
* @throws \Exception
151+
*/ private function getUserDropdown(): array
150152
{
151153
$templateVars = [];
152154
if ($this->currentUser->isLoggedIn() && $this->currentUser->getUserId() > 0) {

0 commit comments

Comments
 (0)