Update forms/DropdownField.php

small fix in comments
This commit is contained in:
Nicolaas 2013-01-28 16:51:27 +13:00
parent f70652c8b4
commit 84abab2aa8

View File

@ -84,7 +84,7 @@
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
* natural language description shown in the interface element.
*/