e107inc/e107

View on GitHub
e107_themes/_blank/theme_config.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $var was undeclared, but array fields are being added to it.
Open

        $var[0]['caption']     = "Sample configuration field";
Severity: Info
Found in e107_themes/_blank/theme_config.php by phan

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

        $var[0]['html']     = $frm->text('_blank_example', e107::pref('theme', 'example', 'default'));
Severity: Minor
Found in e107_themes/_blank/theme_config.php by phan

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

        $var[1]['html']     = $frm->text('_blank_example2', e107::pref('theme', 'example2', 'default'));
Severity: Minor
Found in e107_themes/_blank/theme_config.php by phan

There are no issues that match your filters.

Category
Status