Remove inheritdoc tags

This commit is contained in:
Eric Lippmann 2019-07-12 10:24:59 +02:00 committed by Johannes Meyer
parent 749ca88dab
commit 6804805036
1 changed files with 0 additions and 6 deletions

View File

@ -68,9 +68,6 @@ class ConfigForm extends Form
return $valid; return $valid;
} }
/**
* {@inheritdoc}
*/
public function onSuccess() public function onSuccess()
{ {
$sections = array(); $sections = array();
@ -97,9 +94,6 @@ class ConfigForm extends Form
} }
} }
/**
* {@inheritdoc}
*/
public function onRequest() public function onRequest()
{ {
$values = array(); $values = array();