`FormElement`: Fix the return type of `loadDefaultDecorators()`

This commit is contained in:
raviks789 2023-08-15 08:14:41 +02:00
parent 4108b6b4cc
commit f05d76e05e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class FormElement extends Zend_Form_Element
* Icinga Web 2 loads its own default element decorators. For loading Zend's default element decorators set
* FormElement::$_disableLoadDefaultDecorators to false.
*
* @return this
* @return $this
* @see Form::$defaultElementDecorators For Icinga Web 2's default element decorators.
*/
public function loadDefaultDecorators()