bcit-ci/CodeIgniter

View on GitHub
system/database/drivers/mysqli/mysqli_result.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _get_field_type has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static function _get_field_type($type)
    {
        static $map;
        isset($map) OR $map = array(
            MYSQLI_TYPE_DECIMAL     => 'decimal',
Severity: Minor
Found in system/database/drivers/mysqli/mysqli_result.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status