mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
3438f15274
commit
6ddc937ec5
32 changed files with 111 additions and 208 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue