Skip to content

Commit

Permalink
OS-58 Fixing phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Sep 18, 2023
1 parent a19735e commit c976621
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa

## [Unreleased]

- [OS-58] New company address fields

## [3.10.0] 2023-08-23

- [OSF-55] DAWA Address-Matrikula (autocomplete) (required)
Expand Down
2 changes: 1 addition & 1 deletion modules/os2forms_nemid/src/Element/NemidCompanyFloor.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function processNemidCompanyFloor(&$element, FormStateInterface $f
}

/**
* Webform element validation handler for #type 'os2forms_nemid_company_floor'.
* Webform element validation handler for 'os2forms_nemid_company_floor'.
*/
public static function validateNemidCompanyFloor(&$element, FormStateInterface $form_state, &$complete_form) {
// Here you can add custom validation logic.
Expand Down
2 changes: 1 addition & 1 deletion modules/os2forms_nemid/src/Element/NemidCompanyHouseNr.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function processNemidCompanyHouseNr(&$element, FormStateInterface
}

/**
* Webform element validation handler for #type 'os2forms_nemid_company_house_nr'.
* Webform element validation handler for 'os2forms_nemid_company_house_nr'.
*/
public static function validateNemidCompanyHouseNr(&$element, FormStateInterface $form_state, &$complete_form) {
// Here you can add custom validation logic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function processNemidCompanyKommunekode(&$element, FormStateInterf
}

/**
* Webform element validation handler for #type 'os2forms_nemid_company_kommunekode'.
* Webform element validation for 'os2forms_nemid_company_kommunekode'.
*/
public static function validateNemidCompanyKommunekode(&$element, FormStateInterface $form_state, &$complete_form) {
// Here you can add custom validation logic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function processNemidCompanyPostalCode(&$element, FormStateInterfa
}

/**
* Webform element validation handler for #type 'os2forms_nemid_company_postal_code'.
* Webform element validation for 'os2forms_nemid_company_postal_code'.
*/
public static function validateNemidCompanyPostalCode(&$element, FormStateInterface $form_state, &$complete_form) {
// Here you can add custom validation logic.
Expand Down
2 changes: 1 addition & 1 deletion modules/os2forms_nemid/src/Element/NemidCompanyStreet.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function processNemidCompanyStreet(&$element, FormStateInterface $
}

/**
* Webform element validation handler for #type 'os2forms_nemid_company_street'.
* Webform element validation handler for 'os2forms_nemid_company_street'.
*/
public static function validateNemidCompanyStreet(&$element, FormStateInterface $form_state, &$complete_form) {
// Here you can add custom validation logic.
Expand Down

0 comments on commit c976621

Please sign in to comment.