mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR phpdoc tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63491 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1d0134db10
commit
1c9c600e68
@ -11,13 +11,13 @@ class AssetAdmin extends LeftAndMain {
|
||||
public static $tree_class = "File";
|
||||
|
||||
/**
|
||||
* @see {Upload->allowedMaxFileSize}
|
||||
* @see Upload->allowedMaxFileSize
|
||||
* @var int
|
||||
*/
|
||||
public static $allowed_max_file_size;
|
||||
|
||||
/**
|
||||
* @see {Upload->allowedExtensions}
|
||||
* @see Upload->allowedExtensions
|
||||
* @var array
|
||||
*/
|
||||
public static $allowed_extensions = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user