mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9908 from sunnysideup/patch-15
PATCH: fix param in docblock ... add \ to FormField::__construct
This commit is contained in:
commit
7ec838f9c2
@ -332,7 +332,7 @@ class FormField extends RequestHandler
|
|||||||
* Creates a new field.
|
* Creates a new field.
|
||||||
*
|
*
|
||||||
* @param string $name The internal field name, passed to forms.
|
* @param string $name The internal field name, passed to forms.
|
||||||
* @param null|string|SilverStripe\View\ViewableData $title The human-readable field label.
|
* @param null|string|\SilverStripe\View\ViewableData $title The human-readable field label.
|
||||||
* @param mixed $value The value of the field.
|
* @param mixed $value The value of the field.
|
||||||
*/
|
*/
|
||||||
public function __construct($name, $title = null, $value = null)
|
public function __construct($name, $title = null, $value = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user