mundipagg/magento2

View on GitHub
Model/ResourceModel/Invoices/Collection.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method _renderFiltersBefore has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function _renderFiltersBefore()
    {
        $subscriptionId = $this->request->getParam('subscription_id');

        $joinTable = $this->getTable('mundipagg_module_core_transaction');
Severity: Minor
Found in Model/ResourceModel/Invoices/Collection.php - About 1 hr to fix

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

            EntityFactory $entityFactory,
            Logger $logger,
            FetchStrategy $fetchStrategy,
            EventManager $eventManager,
            $mainTable,
    Severity: Major
    Found in Model/ResourceModel/Invoices/Collection.php - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status