Skip to content

Commit

Permalink
OS-58 fixing naming
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Sep 19, 2023
1 parent c6f8aa2 commit ad19d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Drupal\Core\Form\FormStateInterface;

/**
* Provides a 'os2forms_nemid_company_street'.
* Provides a 'os2forms_nemid_company_apartment_nr'.
*
* @FormElement("os2forms_nemid_company_street")
* @FormElement("os2forms_nemid_company_apartment_nr")
*
* @see \Drupal\Core\Render\Element\FormElement
* @see https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21Element%21FormElement.php/class/FormElement
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 @@ -5,7 +5,7 @@
use Drupal\Core\Form\FormStateInterface;

/**
* Provides a 'os2forms_nemid_company_street'.
* Provides a 'os2forms_nemid_company_house_nr'.
*
* @FormElement("os2forms_nemid_company_house_nr")
*
Expand Down

0 comments on commit ad19d38

Please sign in to comment.