Remove: inheritdocs

This commit is contained in:
Jan Schuppik 2025-08-12 00:57:11 +02:00
parent b8ea4c4c5d
commit b3a984eb5c
3 changed files with 0 additions and 21 deletions

View File

@ -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 {

View File

@ -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(

View File

@ -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(