Skip to content

Fix: Update Required for PHP 8.4 Compatibility #191

@StevenFV

Description

@StevenFV

Hi,

I wanted to address the recent deprecation notice concerning implicitly nullable parameter declarations in PHP 8.4. To comply with the new standards, the codebase need to update to use explicit nullable types. For instance, where it previously declared function test(string $test = null) {}, it should now declare function test(?string $test = null) {}.

If you wish, I can contribute to your project by making the necessary adjustments.

Best regards,

Steven Francoeur-Veillet

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