Skip to content

different constructor style #172

@tresaresa

Description

@tresaresa

in file excel_reader2.php the constructor is Spreadsheet_Excel_Reader()
in file SpreadsheetReader.php the constructor is __construct()

it seems like the constructor Spreadsheet_Excel_Reader() cannot be executed in php8, and new Spreadsheet_Excel_Reader() returns null. after i created a function called __construct() with the same content, everything solved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions