Skip to content

 Notice: Undefined variable: message in .../eden/core/src/Argument.php on line 54 #6

Description

@rizrmd

Hi!

in Argument.php line 54 there is:

public static function i()
{
    $class = __CLASS__;
    return new $class($message, $code);
}

since $message and $code is undeclared, it should be

public static function i()
{
    $class = __CLASS__;
    return new $class();
}

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