Skip to content

Commit

Permalink
Merge pull request #45 from beatrycze-volk/return
Browse files Browse the repository at this point in the history
[BUGFIX] Fix return type for `getSettings()` function
  • Loading branch information
beatrycze-volk authored Oct 9, 2024
2 parents 9c11c99 + 6178cb7 commit d07af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/KitodoAccessViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static function renderStatic(array $arguments, \Closure $renderChildrenCl
/**
* get extension settings
*
* @return void
* @return array
*/
protected static function getSettings() {
$objectManager = GeneralUtility::makeInstance(ObjectManager::class);
Expand Down

0 comments on commit d07af7d

Please sign in to comment.