Remove inheritdoc tags
This commit is contained in:
parent
749ca88dab
commit
6804805036
|
@ -68,9 +68,6 @@ class ConfigForm extends Form
|
|||
return $valid;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function onSuccess()
|
||||
{
|
||||
$sections = array();
|
||||
|
@ -97,9 +94,6 @@ class ConfigForm extends Form
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function onRequest()
|
||||
{
|
||||
$values = array();
|
||||
|
|
Loading…
Reference in New Issue