e107inc/e107

View on GitHub
e107_handlers/e_upgrade_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

string passed to foreach instead of array
Open

            foreach($rawData[$mode] as $val)
Severity: Minor
Found in e107_handlers/e_upgrade_class.php by phan

When appending to a value of type string, found an array access index of type mixed|string, but expected the index to be of type int
Open

                $rawData[$mode] = $rawData;
Severity: Minor
Found in e107_handlers/e_upgrade_class.php by phan

Variable $mes is undeclared
Open

                $mes->addInfo($txt);
Severity: Minor
Found in e107_handlers/e_upgrade_class.php by phan

There are no issues that match your filters.

Category
Status