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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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