@@ -94,7 +94,7 @@ |
||
| 94 | 94 | /** |
| 95 | 95 | * Returns a Boolean object indicating if this version is currently active. |
| 96 | 96 | * |
| 97 | - * @return Boolean |
|
| 97 | + * @return DBField |
|
| 98 | 98 | */ |
| 99 | 99 | public function IsCurrent() |
| 100 | 100 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | private static $has_many = array('Versions' => 'FileVersion'); |
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | - * @param FieldSet $fields |
|
| 14 | + * @param FieldList $fields |
|
| 15 | 15 | */ |
| 16 | 16 | public function updateCMSFields(FieldList $fields) |
| 17 | 17 | { |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | * Action to handle upload of a single file |
| 17 | 17 | * |
| 18 | 18 | * @param SS_HTTPRequest $request |
| 19 | - * @return string json |
|
| 19 | + * @return null|SS_HTTPResponse json |
|
| 20 | 20 | */ |
| 21 | 21 | public function upload(SS_HTTPRequest $request) |
| 22 | 22 | { |