Skip to content

Rename variadic parameter is not break BC #733

Open
@vjik

Description

interface A {
    public function test(...$a): void;
}

change to

interface A {
    public function test(...$b): void;
}

This is not break BC.

All data pass to variadic parameter when named arguments used. For example: https://3v4l.org/stRQl

Activity

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions