Completed
Pull Request — develop (#26)
by Mario
04:52 queued 01:40
created
entity/currency.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	 *
139 139
 	 * @param bool $enable
140 140
 	 *
141
-	 * @return bool
141
+	 * @return currency
142 142
 	 * @access public
143 143
 	 */
144 144
 	public function set_currency_enable($enable)
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
 	 *
166 166
 	 * @param bool $on_left
167 167
 	 *
168
-	 * @return bool
168
+	 * @return currency
169 169
 	 * @access public
170 170
 	 */
171 171
 	public function set_currency_position($on_left)
Please login to merge, or discard this patch.
controller/ipn_listener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -859,7 +859,7 @@
 block discarded – undo
859 859
 	 * @param float $amount
860 860
 	 * @param float $fee
861 861
 	 *
862
-	 * @return float
862
+	 * @return string
863 863
 	 */
864 864
 	private function net_amount($amount, $fee)
865 865
 	{
Please login to merge, or discard this patch.