Completed
Push — master ( 288e8a...71b6d1 )
by James
01:45
created
src/CartItem.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      *
99 99
      * @param  \Money\Currency $currency
100 100
      *
101
-     * @return \jamesdb\Cart\Money
101
+     * @return \Money\Money
102 102
      */
103 103
     public function getPriceExcludingTax(Currency $currency)
104 104
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param  \Money\Currency $currency
112 112
      *
113
-     * @return \jamesdb\Cart\Money
113
+     * @return \Money\Money
114 114
      */
115 115
     public function getPrice(Currency $currency)
116 116
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
      *
123 123
      * @param  \Money\Currency $currency
124 124
      *
125
-     * @return \jamesdb\Cart\Money
125
+     * @return \Money\Money
126 126
      */
127 127
     public function getTax(Currency $currency)
128 128
     {
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      *
173 173
      * @param  string $offset
174 174
      *
175
-     * @return mixed
175
+     * @return boolean
176 176
      */
177 177
     public function offsetExists($offset)
178 178
     {
Please login to merge, or discard this patch.