OwlCyberSecurity - MANAGER
Edit File: Wizard.php
<?php namespace PhpOffice\PhpSpreadsheet\Style\NumberFormat\Wizard; interface Wizard { public function format(): string; }