nordsoftware/yii2-account

View on GitHub
src/Module.php

Summary

Maintainability
B
4 hrs
Test Coverage

File Module.php has 315 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
/*
 * This file is part of Account.
 *
 * (c) 2014 Nord Software
Severity: Minor
Found in src/Module.php - About 3 hrs to fix

    Method initUrlConfig has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function initUrlConfig()
        {
            if (!isset($this->urlConfig['prefix'])) {
                $this->urlConfig['prefix'] = self::URL_PREFIX;
            }
    Severity: Minor
    Found in src/Module.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status