Skip to content

Rename variadic parameter is not break BC #733

@vjik

Description

@vjik
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

Metadata

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