Completed
Push — develop ( 8fe64e...5cde6a )
by Reüel
01:36
created
src/Money.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
 	/**
35 35
 	 * Construct and initialize money object.
36 36
 	 *
37
-	 * @param float                $amount
38
-	 * @param Currency|string|null $currency
37
+	 * @param integer                $amount
38
+	 * @param string $currency
39 39
 	 */
40 40
 	public function __construct( $amount = 0, $currency = null ) {
41 41
 		$this->set_amount( $amount );
Please login to merge, or discard this patch.