e107inc/e107

View on GitHub
e107_themes/bootstrap3/admin_theme.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Method \bootstrap3_admintheme::init is declared to return mixed but has no return value
Open

    public function init()
Severity: Minor
Found in e107_themes/bootstrap3/admin_theme.php by phan

Argument 3 (default) is 'css/bootstrap-dark.min.css' but \e107::pref() takes null defined at /code/e107_handlers/e107_class.php:4016
Open

$adminStyle = e107::pref('core', 'admincss', 'css/bootstrap-dark.min.css');
Severity: Minor
Found in e107_themes/bootstrap3/admin_theme.php by phan

Method \bootstrap3_admintheme::tablestyle is declared to return mixed but has no return value
Open

    public function tablestyle($caption, $text, $mode='', $data=array())
Severity: Minor
Found in e107_themes/bootstrap3/admin_theme.php by phan

There are no issues that match your filters.

Category
Status