-
-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Description
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.
Line 218 in d8b0387
$interface = $this::DATA_INTERFACES[strtolower($this->options->dataModeOverride)] ?? null; |
Metadata
Metadata
Assignees
Labels
No labels