We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902085 commit a030ec7Copy full SHA for a030ec7
phpmyfaq/src/phpMyFAQ/Controller/Frontend/AbstractFrontController.php
@@ -146,7 +146,9 @@ private function getTopNavigation(Request $request): array
146
];
147
}
148
149
- private function getUserDropdown(): array
+ /**
150
+ * @throws \Exception
151
+ */ private function getUserDropdown(): array
152
{
153
$templateVars = [];
154
if ($this->currentUser->isLoggedIn() && $this->currentUser->getUserId() > 0) {
0 commit comments