Skip to content

Replace static factory methods called new with create #28

@maciej-sz

Description

@maciej-sz

The public static function new() methods is confusing.
Plus it was breaking the ability to run the lib in older PHP versions, since new keyword was reserved.

The goal of this task is to replace all the factory methods called new and rename them to create.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementv3Changes planned for version 3

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions