@@ -14,6 +14,7 @@ discard block |
||
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Return the extension of the file associated with the document |
17 | + * @return string |
|
17 | 18 | */ |
18 | 19 | public function getExtension(); |
19 | 20 | |
@@ -36,7 +37,7 @@ discard block |
||
36 | 37 | * Takes a File object or a String (path to a file) and copies it into the DMS, replacing the original document file |
37 | 38 | * but keeping the rest of the document unchanged. |
38 | 39 | * @param $file File object, or String that is path to a file to store |
39 | - * @return DMSDocumentInstance Document object that we replaced the file in |
|
40 | + * @return DMSDocument Document object that we replaced the file in |
|
40 | 41 | */ |
41 | 42 | public function replaceDocument($file); |
42 | 43 |