Skip to content

In Datahub::Factory::Fixer, replace ->fixer->fix with ->fix #27

Open
@pieterdp

Description

@pieterdp

Currently, all fixers (Datahub::Factory::Fixer and children) have the attribute fixer, which in itself has the method fix that is used to execute the Fix. It would be cleaner and more in line with the rest of the application if Datahub::Factory::Fixer and children have the method fix, so we can replace

$fixer->fixer->fix($item);

with

$fixer->fix($item);

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