Skip to content

[DeadCode] Drop default value #1329

@TomasVotruba

Description

@TomasVotruba

This just got suggested by PHPStorm:

protected function getLexer(array $options = []) {
    return new Emulative($options);
}
-$some->getLexer([]);
+$some->getLexer();

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