From 33112f6a187a6a9d464b2d97091a27044298ef6e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 12 Mar 2015 14:56:17 +0100 Subject: [PATCH] Use {@inheritdoc} in the RoleForm refs #8720 --- application/forms/Security/RoleForm.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/application/forms/Security/RoleForm.php b/application/forms/Security/RoleForm.php index 39d7ae2c6..0600e04f2 100644 --- a/application/forms/Security/RoleForm.php +++ b/application/forms/Security/RoleForm.php @@ -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() { @@ -69,8 +68,7 @@ class RoleForm extends ConfigForm } /** - * (non-PHPDoc) - * @see \Icinga\Web\Form::createElements() For the method documentation. + * {@inheritdoc} */ public function createElements(array $formData = array()) { @@ -254,8 +252,7 @@ class RoleForm extends ConfigForm } /** - * (non-PHPDoc) - * @see \Zend_Form::getValues() For the method documentation. + * {@inheritdoc} */ public function getValues($suppressArrayNotation = false) {