Skip to content

Commit

Permalink
Update methods to align with os2web_datalookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Oct 28, 2024
1 parent 44e74c1 commit c45661a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function getMatrikulaEntries(string $matrikulaId) : array {
/**
* {@inheritdoc}
*/
public function defaultConfiguration() {
public function defaultConfiguration(): array {
return [
'username' => '',
'password' => '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getMatrikulaAutocompletePath() {
/**
* {@inheritdoc}
*/
public function defaultConfiguration() {
public function defaultConfiguration(): array {
return [
'address_autocomplete_path' => 'https://dawa.aws.dk/adresser/autocomplete',
'address_api_path' => 'https://dawa.aws.dk/adresser',
Expand Down

0 comments on commit c45661a

Please sign in to comment.