Completed
Pull Request — master (#10)
by Franco
01:56
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 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
     {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      *
105 105
      * @param SS_HTTPRequest $request
106 106
      *
107
-     * @return SS_HTTPResponse|string
107
+     * @return string|null
108 108
      */
109 109
     public function deduct(SS_HTTPRequest $request)
110 110
     {
Please login to merge, or discard this patch.