Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2019-11-10 14:00:56 +01:00
parent 3438f15274
commit 6ddc937ec5
32 changed files with 111 additions and 208 deletions

View file

@ -121,6 +121,9 @@ class Currency extends StructuralDBElement
}
/**
* Sets the exchange rate of the currency.
* @param string|null $exchange_rate The new exchange rate of the currency.
* Set to null, if the exchange rate is unknown.
* @return Currency
*/
public function setExchangeRate(?string $exchange_rate): self