e107inc/e107

View on GitHub
e107_admin/meta.php

Summary

Maintainability
A
0 mins
Test Coverage
C
76%

Returning type array{caption:'Help',text:string} but renderHelp() is declared to return string
Open

        return array('caption' => $caption, 'text' => $text);
Severity: Minor
Found in e107_admin/meta.php by phan

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

if(!getperms("T"))
Severity: Minor
Found in e107_admin/meta.php by phan

array to int comparison
Open

        if($installedLangs > 1)
Severity: Info
Found in e107_admin/meta.php by phan

There are no issues that match your filters.

Category
Status