Skip to content

Fix: PHP 8.5 Compatibility – Null Array Offset Deprecation#188

Merged
techmahedy merged 2 commits intodoppar:3.xfrom
techmahedy:techmahedy-3.x
Feb 11, 2026
Merged

Fix: PHP 8.5 Compatibility – Null Array Offset Deprecation#188
techmahedy merged 2 commits intodoppar:3.xfrom
techmahedy:techmahedy-3.x

Conversation

@techmahedy
Copy link
Member

This PR resolves PHP 8.5 deprecation warnings:

Using null as an array offset is deprecated, use an empty string instead

The issue occurred because null values were being used as array keys in the Translator class ($this->loaded[$namespace][$group][$locale]).

@techmahedy techmahedy merged commit a959a78 into doppar:3.x Feb 11, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant