mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update forms/DropdownField.php
small fix in comments
This commit is contained in:
parent
f70652c8b4
commit
84abab2aa8
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user