simple-excel icon indicating copy to clipboard operation
simple-excel copied to clipboard

SimpleExcelReader::$formatHeadersUsing Default value may not be null

Open FaloGena opened this issue 3 years ago • 0 comments

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

commit

Should be ?mixed right?

FaloGena avatar Aug 07 '22 21:08 FaloGena