Skip to content

Commit

Permalink
Format long line
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 19, 2023
1 parent 1c37851 commit b868613
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ protected function formatDestination(string $slug): string

protected function getPagesToExcludeFromSearch(): array
{
return array_merge(Config::getArray('docs.exclude_from_search', []), Config::getBool('docs.create_search_page', true) ? ['search'] : []);
return array_merge(Config::getArray('docs.exclude_from_search', []),
Config::getBool('docs.create_search_page', true) ? ['search'] : []
);
}
}

0 comments on commit b868613

Please sign in to comment.