Skip to content

Commit

Permalink
API Update method signature to match parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 14, 2024
1 parent 21b5487 commit c13c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/HistoryViewerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class HistoryViewerController extends LeftAndMain
/**
* Returns configuration required by the client app
*/
public function getClientConfig()
public function getClientConfig(): array
{
$clientConfig = parent::getClientConfig();
foreach ($this->formNames as $formName) {
Expand Down

0 comments on commit c13c127

Please sign in to comment.