mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
lib: Fix typos in the Form's PHPDoc
This commit is contained in:
parent
f9f813e50b
commit
1130e453f6
@ -1203,7 +1203,7 @@ class Form extends Zend_Form
|
|||||||
* Load the default decorators
|
* Load the default decorators
|
||||||
*
|
*
|
||||||
* Overwrites Zend_Form::loadDefaultDecorators to avoid having
|
* Overwrites Zend_Form::loadDefaultDecorators to avoid having
|
||||||
* the HtmlTag-Decorator added and to provide viewscript usage
|
* the HtmlTag-Decorator added and to provide view script usage
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
@ -1451,7 +1451,7 @@ class Form extends Zend_Form
|
|||||||
/**
|
/**
|
||||||
* Add a error notification and prevent the form from being successfully validated
|
* Add a error notification and prevent the form from being successfully validated
|
||||||
*
|
*
|
||||||
* @param string|array $message The notfication's message
|
* @param string|array $message The notification message
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
@ -1465,7 +1465,7 @@ class Form extends Zend_Form
|
|||||||
/**
|
/**
|
||||||
* Add a warning notification and prevent the form from being successfully validated
|
* Add a warning notification and prevent the form from being successfully validated
|
||||||
*
|
*
|
||||||
* @param string|array $message The notfication's message
|
* @param string|array $message The notification message
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
@ -1479,7 +1479,7 @@ class Form extends Zend_Form
|
|||||||
/**
|
/**
|
||||||
* Add a info notification
|
* Add a info notification
|
||||||
*
|
*
|
||||||
* @param string|array $message The notfication's message
|
* @param string|array $message The notification message
|
||||||
* @param bool $markAsError Whether to prevent the form from being successfully validated or not
|
* @param bool $markAsError Whether to prevent the form from being successfully validated or not
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user