Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Nov 8, 2024
1 parent 801be24 commit f062764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docroot/modules/humsci/hs_capx/tests/src/Unit/CapxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function getOrgData() {
/**
* {@inheritdoc}
*/
public function getAccessToken() {
public function getAccessToken(): string {
return parent::getAccessToken();
}

Expand Down

0 comments on commit f062764

Please sign in to comment.