Skip to content

4.3.2 throws deprecated warning in PHP 8.1 #97

@Klopfer1402

Description

@Klopfer1402

I know this is all reworked in 5, but maybe worth fixing in 4.3: This line throws a warning in PHP 8.1 as passing null to strtolower is deprecated. Should be an easy fix.

$interface = $this::DATA_INTERFACES[strtolower($this->options->dataModeOverride)] ?? null;

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