Merge pull request #1138 from sunnysideup/patch-13

Update forms/DropdownField.php
This commit is contained in:
Ingo Schommer 2013-01-28 15:46:26 -08:00
commit cd1e87cb3b

View File

@ -84,7 +84,7 @@
class DropdownField extends FormField { class DropdownField extends FormField {
/** /**
* @var boolean $source Associative or numeric array of all dropdown items, * @var Array $source Associative or numeric array of all dropdown items,
* with array key as the submitted field value, and the array value as a * with array key as the submitted field value, and the array value as a
* natural language description shown in the interface element. * natural language description shown in the interface element.
*/ */