for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpOffice\PhpSpreadsheet\Style\NumberFormat\Wizard;
class Currency extends CurrencyBase
{
protected ?bool $overrideSpacing = false;
protected ?CurrencyNegative $overrideNegative = null;
}