File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/os2forms_dawa/src/Plugin/os2web/DataLookup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ' => '' ,
Original file line number Diff line number Diff 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 ' ,
You can’t perform that action at this time.
0 commit comments