pagseguro/magento2

View on GitHub
Setup/UpgradeSchema.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method createPagSeguroOrdersTable has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function createPagSeguroOrdersTable($setup) 
    {
        // Get pagseguro orders table
        $tableName = $setup->getTable(self::PAGSEGURO_ORDERS);
        // Check if the table already exists
Severity: Major
Found in Setup/UpgradeSchema.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status