Skip to content

Commit

Permalink
Fixing minor PHPDoc error causing static analysis to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco authored Mar 14, 2021
1 parent 3a4c9bc commit befe94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/UserMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function addMenuItems(array $items): self
}

/**
* @param MenuItem[] $items
* @param MenuItemInterface[] $items
*/
public function setMenuItems(array $items): self
{
Expand Down

0 comments on commit befe94b

Please sign in to comment.