Skip to content

8.4 deprication notice #30

@ipranjal

Description

@ipranjal

While using this library with 8.4 this library gives few deprication notice like

PHLAK\Config\Config::__construct(): Implicitly marking parameter $context as nullable is deprecated

on all the methods we need to add union type "|null" or mark parameter with "?" wherever we are explicitly setting it as null.

more detail can be found here https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

Not a critical issue , but good to take care of deprecation so that it is easier to move forward when newer versions come

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions