Skip to content

PHP Fatal error: Redefinition of parameter $logger in src/Migration/Step/ConfigurablePrices/Volume.php on line 45 #21

@cscd98

Description

@cscd98

Nice jobs guys, duplicate param in constructor, logger is there twice (PS that is sarcasm!)

PHP Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/xxx/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45

public function __construct(
        Logger $logger,
        ResourceModel\Source $source,
        ResourceModel\Destination $destination,
        ProgressBar\LogLevelProcessor $progressBar,
        Helper $helper,
        Logger $logger
    )

I would post this in the EE repo, but since no one ever replies.. Same issue on CE anyway

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