.
This commit is contained in:
@@ -104,6 +104,6 @@ final class DividendsData
|
||||
*/
|
||||
public function setCurrency(string $currency): void
|
||||
{
|
||||
$this->currency = $currency;
|
||||
$this->currency = trim($currency);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user