Skip to content

Commit

Permalink
Use {@inheritdoc} in the RoleForm
Browse files Browse the repository at this point in the history
refs #8720
  • Loading branch information
lippserd committed Mar 12, 2015
1 parent 517437e commit 33112f6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions application/forms/Security/RoleForm.php
Expand Up @@ -39,8 +39,7 @@ class RoleForm extends ConfigForm
protected $providedRestrictions = array();

/**
* (non-PHPDoc)
* @see \Icinga\Web\Form::init() For the method documentation.
* {@inheritdoc}
*/
public function init()
{
Expand Down Expand Up @@ -69,8 +68,7 @@ public function init()
}

/**
* (non-PHPDoc)
* @see \Icinga\Web\Form::createElements() For the method documentation.
* {@inheritdoc}
*/
public function createElements(array $formData = array())
{
Expand Down Expand Up @@ -254,8 +252,7 @@ public function update($name, array $values, $oldName)
}

/**
* (non-PHPDoc)
* @see \Zend_Form::getValues() For the method documentation.
* {@inheritdoc}
*/
public function getValues($suppressArrayNotation = false)
{
Expand Down

0 comments on commit 33112f6

Please sign in to comment.