e107inc/e107

View on GitHub
e107_themes/bootstrap3/theme.php

Summary

Maintainability
A
0 mins
Test Coverage
F
50%

Argument 2 (content) is 'width=device-width, initial-scale=1.0' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

        e107::meta('viewport',"width=device-width, initial-scale=1.0");
Severity: Minor
Found in e107_themes/bootstrap3/theme.php by phan

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

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

Argument 3 (default) is false but \e107::pref() takes null defined at /code/e107_handlers/e107_class.php:4016
Open

        if($bootswatch = e107::pref('theme', 'bootswatch', false))
Severity: Minor
Found in e107_themes/bootstrap3/theme.php by phan

Argument 1 (name) is 'viewport' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

        e107::meta('viewport',"width=device-width, initial-scale=1.0");
Severity: Minor
Found in e107_themes/bootstrap3/theme.php by phan

There are no issues that match your filters.

Category
Status