- Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs.

merge-requests/26/head
Dries 2011-12-09 10:32:50 -05:00
parent 229aad8e12
commit fcc870726c
1 changed files with 6 additions and 6 deletions

View File

@ -42,10 +42,11 @@
* system variable.
* - settings: each omitted setting is given the default value specified in
* hook_field_storage_info().
*
* @return
* The $field array with the id property filled in.
* @throw
* FieldException
*
* @throws FieldException
*
* See: @link field Field API data structures @endlink.
*/
@ -442,8 +443,8 @@ function field_delete_field($field_name) {
*
* @return
* The $instance array with the id property filled in.
* @throw
* FieldException
*
* @throws FieldException
*
* See: @link field Field API data structures @endlink.
*/
@ -510,8 +511,7 @@ function field_create_instance($instance) {
* properties specified in $instance overwrite the existing values for
* the instance.
*
* @throw
* FieldException
* @throws FieldException
*
* @see field_create_instance()
*/