Skip to content

Commit c45661a

Browse files
committed
Update methods to align with os2web_datalookup
1 parent 44e74c1 commit c45661a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/os2forms_dawa/src/Plugin/os2web/DataLookup/DatafordelerDataLookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function getMatrikulaEntries(string $matrikulaId) : array {
102102
/**
103103
* {@inheritdoc}
104104
*/
105-
public function defaultConfiguration() {
105+
public function defaultConfiguration(): array {
106106
return [
107107
'username' => '',
108108
'password' => '',

modules/os2forms_dawa/src/Plugin/os2web/DataLookup/DawaDataLookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getMatrikulaAutocompletePath() {
4646
/**
4747
* {@inheritdoc}
4848
*/
49-
public function defaultConfiguration() {
49+
public function defaultConfiguration(): array {
5050
return [
5151
'address_autocomplete_path' => 'https://dawa.aws.dk/adresser/autocomplete',
5252
'address_api_path' => 'https://dawa.aws.dk/adresser',

0 commit comments

Comments
 (0)