expressly/php-common

View on GitHub
src/Presenter/CustomerMigratePresenter.php

Summary

Maintainability
A
45 mins
Test Coverage

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(Merchant $merchant, Customer $customer, $email, $reference, $locale = 'en', EventDetails $eventDetails = null)
Severity: Minor
Found in src/Presenter/CustomerMigratePresenter.php - About 45 mins to fix

    Line exceeds 120 characters; contains 142 characters
    Open

        public function __construct(Merchant $merchant, Customer $customer, $email, $reference, $locale = 'en', EventDetails $eventDetails = null)

    Expected 1 newline at end of file; 0 found
    Open

    }

    There are no issues that match your filters.

    Category
    Status