@@ -34,8 +34,8 @@ |
||
| 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 ); |