Completed
Push — master ( e4ab2b...e8d46a )
by Franco
24s queued 18s
created
code/interface/DMSDocumentInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.