Skip to content

Commit

Permalink
Fix return type for getSettings() function
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Oct 8, 2024
1 parent 8683f3f commit 6178cb7
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 6178cb7

Please sign in to comment.