From 74820de9eab49476cbdb4bb85caad6f26757a80c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 26 Nov 2015 15:39:34 +0100 Subject: [PATCH] Fix doc blocks in LoggingConfigForm --- .../forms/Config/General/LoggingConfigForm.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/application/forms/Config/General/LoggingConfigForm.php b/application/forms/Config/General/LoggingConfigForm.php index bd62f4490..2bcf9af94 100644 --- a/application/forms/Config/General/LoggingConfigForm.php +++ b/application/forms/Config/General/LoggingConfigForm.php @@ -6,10 +6,15 @@ namespace Icinga\Forms\Config\General; use Icinga\Application\Logger; use Icinga\Web\Form; +/** + * Configuration form for logging options + * + * This form is not used directly but as subform for the {@link GeneralConfigForm}. + */ class LoggingConfigForm extends Form { /** - * Initialize this form + * {@inheritdoc} */ public function init() { @@ -17,8 +22,9 @@ class LoggingConfigForm extends Form } /** - * (non-PHPDoc) - * @see Form::createElements() For the method documentation. + * {@inheritdoc} + * + * @return $this */ public function createElements(array $formData) {