Skip to content

E_DEPRECATED in Client.php: ErrorException::__construct(): Passing null to parameter #2 ($code) of type int is deprecated #18

Description

@cmanley

Setting $code to null is now allowed here:

throw new ErrorException($message, $code, $level, $file, $line);

I guess that you'll have to use 0 instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions