Skip to content

Commit

Permalink
[MAINTENANCE] Declare makeFacetsMenuArray() function as private (#…
Browse files Browse the repository at this point in the history
…1511)

Co-authored-by: Sebastian Meyer <[email protected]>
  • Loading branch information
beatrycze-volk and sebastian-meyer authored Mar 4, 2025
1 parent 901a38a commit da8c199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ protected function addFacetsMenu(): void
/**
* This builds a menu array for HMENU
*
* @access public
* @access private
*
* @param array $facets
*
* @return array HMENU array
*/
public function makeFacetsMenuArray(array $facets): array
private function makeFacetsMenuArray(array $facets): array
{
// Set default value for facet search.
$search = [
Expand Down

0 comments on commit da8c199

Please sign in to comment.