Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 29, 2024
1 parent 812dd26 commit 255b1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function dropdownsEnabled(): bool
private function hasGroupExplicitlySetInFrontMatter(): bool
{
return $this->hasDropdowns ??= $this->items->contains(function (NavItem $item): bool {
return ($item->getGroup() !== null) && ($item->destination !== (string)DocumentationPage::home());
return ($item->getGroup() !== null) && ($item->destination !== (string) DocumentationPage::home());
});
}
}

0 comments on commit 255b1bc

Please sign in to comment.