Completed
Branch master (8c5e13)
by Robbie
01:49
created
code/classes/DMSDocumentCart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      *
48 48
      * @param int $itemID The ID of the item
49 49
      *
50
-     * @return DMSRequestItem|boolean
50
+     * @return DMSRequestItem
51 51
      */
52 52
     public function getItem($itemID)
53 53
     {
Please login to merge, or discard this patch.
code/controllers/DMSDocumentCartController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      *
65 65
      * @param SS_HTTPRequest $request
66 66
      *
67
-     * @return SS_HTTPResponse|string
67
+     * @return string|null
68 68
      */
69 69
     public function add(SS_HTTPRequest $request)
70 70
     {
Please login to merge, or discard this patch.