mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 01:47:54 +02:00
Remove: inheritdocs
This commit is contained in:
parent
b8ea4c4c5d
commit
b3a984eb5c
@ -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 {
|
||||
|
@ -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(
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user