mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR Removed inline tag for @see phpdoc token
This commit is contained in:
parent
fb633252d0
commit
d71848c7d0
@ -12,13 +12,13 @@ class EditableFileField extends EditableFormField {
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see {Upload->allowedMaxFileSize}
|
* @see Upload->allowedMaxFileSize
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public static $allowed_max_file_size;
|
public static $allowed_max_file_size;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see {Upload->allowedExtensions}
|
* @see Upload->allowedExtensions
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $allowed_extensions = array();
|
public static $allowed_extensions = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user