Skip to content

Commit

Permalink
Merge pull request #61 from Islandora/drupal-11
Browse files Browse the repository at this point in the history
Add Drupal 11 support
  • Loading branch information
aOelschlager authored Nov 13, 2024
2 parents d248f2f + 6015591 commit 4452d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion advanced_search.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'Advanced Search'
description: "Creates an Advanced Search block and other enhancements to search."
type: module
package: Islandora
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^8.8 || ^9 || ^10 || ^11
dependencies:
- drupal:facets
- drupal:facets_summary
Expand Down
2 changes: 1 addition & 1 deletion src/EventSubscriber/PostConvertedQueryEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PostConvertedQueryEventSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[SearchAPISolrEvents::POST_CONVERT_QUERY][] = ['alter'];

return $events;
Expand Down

0 comments on commit 4452d62

Please sign in to comment.