aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
177 stars 31 forks source link

fixed php 8.4 warning #90

Closed brainfoolong closed 1 month ago

brainfoolong commented 1 month ago

This library will throw php 8.4 as of now. This changes fixes those: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead.