This commit is contained in:
2025-03-18 15:04:41 +01:00
parent fc1ef6f3ec
commit aa52f216bd
14 changed files with 107 additions and 53 deletions
@@ -104,6 +104,6 @@ final class DividendsData
*/
public function setCurrency(string $currency): void
{
$this->currency = $currency;
$this->currency = trim($currency);
}
}