Skip to content

fix: use explicit nullable types to resolve PHP 8.4 deprecations#256

Closed
lukascernydis wants to merge 1 commit intocebe:masterfrom
lukascernydis:master
Closed

fix: use explicit nullable types to resolve PHP 8.4 deprecations#256
lukascernydis wants to merge 1 commit intocebe:masterfrom
lukascernydis:master

Conversation

@lukascernydis
Copy link

Replace implicitly nullable typed parameters (Type $param = null) with explicit nullable types (?Type $param = null) across all affected files to fix deprecation warnings introduced in PHP 8.4.

Replace implicitly nullable typed parameters (Type $param = null) with explicit nullable types (?Type $param = null) across all affected files to fix deprecation warnings introduced in PHP 8.4.
@lukascernydis lukascernydis closed this by deleting the head repository Mar 23, 2026
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