simple-excel
simple-excel copied to clipboard
SimpleExcelReader::$formatHeadersUsing Default value may not be null
Laravel 8.8 PHP 7.4
$rows = SimpleExcelReader::create($path)->getRows();
Throws:
Default value for property of type Spatie\SimpleExcel\mixed may not be null. Use the nullable type ?Spatie\SimpleExcel\mixed to allow null default value
Should be ?mixed right?