MINOR Removed inline tag for @see phpdoc token

This commit is contained in:
Sean Harvey 2008-10-03 03:43:41 +00:00
parent fb633252d0
commit d71848c7d0
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ class EditableFileField extends EditableFormField {
);
/**
* @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();