e107inc/e107

View on GitHub
e107_handlers/db_debug_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
29%

Call to undeclared method \e_db::db_QueryCount
Open

            $t = &$this->aSQLdetails[$sql->db_QueryCount()];
Severity: Critical
Found in e107_handlers/db_debug_class.php by phan

Class \e107 was passed to foreach, but it does not extend Traversable. This may be intentional, because some of that class's declared properties are accessible from this context. (This check excludes dynamic properties)
Open

                    foreach($e107 as $key=>$val)
Severity: Minor
Found in e107_handlers/db_debug_class.php by phan

Returning type null but log() is declared to return bool
Open

                return null;
Severity: Minor
Found in e107_handlers/db_debug_class.php by phan

Reference to undeclared property \e_db->mySQLlanguage
Open

                <td>" . $sql->mySQLlanguage . "</td>
Severity: Minor
Found in e107_handlers/db_debug_class.php by phan

There are no issues that match your filters.

Category
Status