e107inc/e107

View on GitHub
e107_handlers/error_page_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
43%

Assigning 403 to property but \error_page->template is string
Open

        $this->template = 403;
Severity: Minor
Found in e107_handlers/error_page_class.php by phan

Assigning 400 to property but \error_page->template is string
Open

        $this->template = 400;
Severity: Minor
Found in e107_handlers/error_page_class.php by phan

Saw unextractable annotation for comment '* @var'
Open

     * @var
Severity: Info
Found in e107_handlers/error_page_class.php by phan

Saw unextractable annotation for comment '* @var'
Open

     * @var
Severity: Info
Found in e107_handlers/error_page_class.php by phan

Assigning 401 to property but \error_page->template is string
Open

        $this->template = 401;
Severity: Minor
Found in e107_handlers/error_page_class.php by phan

Saw unextractable annotation for comment '* @var'
Open

     * @var
Severity: Info
Found in e107_handlers/error_page_class.php by phan

Saw unextractable annotation for comment '* @var'
Open

     * @var
Severity: Info
Found in e107_handlers/error_page_class.php by phan

Assigning 500 to property but \error_page->template is string
Open

        $this->template = 500;
Severity: Minor
Found in e107_handlers/error_page_class.php by phan

Assigning 404 to property but \error_page->template is string
Open

        $this->template = 404;
Severity: Minor
Found in e107_handlers/error_page_class.php by phan

There are no issues that match your filters.

Category
Status