diff --git a/application/forms/Account/TotpForm.php b/application/forms/Account/TotpForm.php index 411ea4cd4..072fc6c33 100644 --- a/application/forms/Account/TotpForm.php +++ b/application/forms/Account/TotpForm.php @@ -41,9 +41,6 @@ class TotpForm extends PreferenceForm */ protected bool $enabled2FA; - /** - * {@inheritdoc} - */ public function init() { $this->setName('form_totp'); @@ -77,9 +74,6 @@ class TotpForm extends PreferenceForm return $this; } - /** - * {@inheritdoc} - */ public function createElements(array $formData) { $this->addElement( @@ -308,9 +302,6 @@ class TotpForm extends PreferenceForm ); } - /** - * {@inheritdoc} - */ public function onSuccess() { try { diff --git a/application/forms/Authentication/Cancel2FAForm.php b/application/forms/Authentication/Cancel2FAForm.php index 7dd8fd856..3f10d7b12 100644 --- a/application/forms/Authentication/Cancel2FAForm.php +++ b/application/forms/Authentication/Cancel2FAForm.php @@ -8,9 +8,6 @@ use Icinga\Web\Url; class Cancel2FAForm extends Form { - /** - * {@inheritdoc} - */ public function init() { $this->setRequiredCue(null); @@ -20,9 +17,6 @@ class Cancel2FAForm extends Form $this->setAttrib('class', 'content-centered'); } - /** - * {@inheritdoc} - */ public function createElements(array $formData) { $this->addElement( diff --git a/application/forms/Authentication/Challenge2FAForm.php b/application/forms/Authentication/Challenge2FAForm.php index d7fa0597f..a037fda0a 100644 --- a/application/forms/Authentication/Challenge2FAForm.php +++ b/application/forms/Authentication/Challenge2FAForm.php @@ -10,9 +10,6 @@ use Icinga\Web\Url; class Challenge2FAForm extends LoginForm { - /** - * {@inheritdoc} - */ public function init() { $this->setRequiredCue(null); @@ -21,9 +18,6 @@ class Challenge2FAForm extends LoginForm $this->setProgressLabel($this->translate('Verifying')); } - /** - * {@inheritdoc} - */ public function createElements(array $formData) { $this->addElement(