e107inc/e107

View on GitHub
e107_handlers/online_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
5%

Suspicious array access to nullable ?array|?array{online_pagecount:1}|?bool
Open

            $onlineIP = varset($row['online_ip']);
Severity: Minor
Found in e107_handlers/online_class.php by phan

Argument 2 (vals) is 1 but \e_parse::lanVars() takes array|string defined at /code/e107_handlers/e_parse_class.php:3842
Open

                    $reason = e107::getParser()->lanVars(BANLAN_78,$row['online_pagecount']); //  str_replace('--HITS--',$row['online_pagecount'], BANLAN_78)
Severity: Minor
Found in e107_handlers/online_class.php by phan

Returning type null but goOnline() is declared to return void
Open

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

There are no issues that match your filters.

Category
Status