lib: Fix typos in the Form's PHPDoc

This commit is contained in:
Eric Lippmann 2015-08-20 15:57:52 +02:00
parent f9f813e50b
commit 1130e453f6

View File

@ -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