Skip to content

Code style - chain calls #132

@arogachev

Description

@arogachev

This is confusing:

$this->assertSame($expected, (string)TestTag::tag()
->class('main')
->class(...$class));

Need to decide whether it's OK:

$this->assertSame($expected, (string)TestTag::tag()->class($class));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions