Skip to content

Commit dfc8d29

Browse files
committed
Apply fixes from StyleCI
1 parent 3700d5b commit dfc8d29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/framework/src/Framework/Features/Navigation/NavigationMenu.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,19 @@ public function getItems(): Collection
2727

2828
/**
2929
* @experimental These do not seem to be used outside of tests and may be removed
30+
*
3031
* @deprecated If kept, they should be renamed to be more generic.
3132
*/
3233
public function hasDropdowns(): bool
3334
{
3435
return $this->dropdownsEnabled() && count($this->getDropdowns()) >= 1;
3536
}
3637

37-
3838
/**
3939
* @experimental These do not seem to be used outside of tests and may be removed
40+
*
4041
* @deprecated If kept, they should be renamed to be more generic.
42+
*
4143
* @return array<string, DropdownNavItem>
4244
*/
4345
public function getDropdowns(): array

0 commit comments

Comments
 (0)