chore: fix cgl issues flagged by phpstan

This commit is contained in:
Björn Fromme
2026-07-10 14:33:09 +02:00
parent f47142c465
commit 2f8701c2e0
6 changed files with 50 additions and 111 deletions
+3
View File
@@ -6,6 +6,9 @@ use Knp\Menu\ItemInterface;
class AdminMenuBuilder extends AbstractMenuBuilder
{
/**
* @param array<string, mixed> $options
*/
public function createMainMenu(array $options): ItemInterface
{
$menu = $this->createRootElement();