namespace.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to global constant \Mvc5\CALL_SEPARATOR
Open

    const CALL_SEPARATOR = '.';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\EVENTS
Open

    const EVENTS = 'events';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\INDEX
Open

    const INDEX = '#';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SAMESITE
Open

    const SAMESITE = 'samesite';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\REDIRECT_URL
Open

    const REDIRECT_URL = 'redirect_url';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SEPARATORS
Open

    const SEPARATORS = 'separators';
Severity: Minor
Found in namespace.php by phan

Variable $this is undeclared
Open

            extract($this->vars(), EXTR_SKIP);
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\ABSOLUTE
Open

    const ABSOLUTE = 'absolute';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\COOKIES
Open

    const COOKIES = 'cookies';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\DATA
Open

    const DATA = 'data';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SUFFIX
Open

    const SUFFIX = 'suffix';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\USER_AGENT
Open

    const USER_AGENT = 'user_agent';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\VALUE
Open

    const VALUE = 'value';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\ARGV
Open

    const ARGV = 'argv';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\ATTRIBUTES
Open

    const ATTRIBUTES = 'attributes';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\CALL
Open

    const CALL = '@';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\TARGET
Open

    const TARGET = 'target';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\CLASS_NAME
Open

    const CLASS_NAME = 'class';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\EXCEPTION_RESPONSE
Open

    const EXCEPTION_RESPONSE = 'exception\response';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\FRAGMENT
Open

    const FRAGMENT = 'fragment';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\HTTP_TRACE
Open

    const HTTP_TRACE = 'TRACE';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\PROPERTY
Open

    const PROPERTY = '$';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\QUERY
Open

    const QUERY = 'query';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SERVER
Open

    const SERVER = 'server';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\COOKIE_EXPIRE_TIME
Open

    const COOKIE_EXPIRE_TIME = 946706400;
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\INFO
Open

    const INFO = 'info';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to Closure()
Open

        return (function () {
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\CLIENT_ADDRESS
Open

    const CLIENT_ADDRESS = 'client_address';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\DANGER
Open

    const DANGER = 'danger';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\STRICT
Open

    const STRICT = 'strict';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\WARNING
Open

    const WARNING = 'warning';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SECURE
Open

    const SECURE = 'secure';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SUCCESS
Open

    const SUCCESS = 'success';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\TYPE
Open

    const TYPE = 'type';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SPLIT
Open

    const SPLIT = 'split';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\EXPIRES
Open

    const EXPIRES = 'expires';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\CONTAINER
Open

    const CONTAINER = 'container';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\DOMAIN
Open

    const DOMAIN = 'domain';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\HTTP_ONLY
Open

    const HTTP_ONLY = 'httponly';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\HTTP_MIDDLEWARE
Open

    const HTTP_MIDDLEWARE = 'http\middleware';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\WEB
Open

    const WEB = 'web';
Severity: Minor
Found in namespace.php by phan

Variable $this is undeclared
Open

                include $this->template();
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\MAX_RECURSION
Open

    const MAX_RECURSION = 100;
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\PREFIX
Open

    const PREFIX = 'prefix';
Severity: Minor
Found in namespace.php by phan

Only variables can be passed by reference at argument 1 of \extract()
Open

            extract($this->vars(), EXTR_SKIP);
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\AUTHENTICATE
Open

    const AUTHENTICATE = 'authenticate';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\FILES
Open

    const FILES = 'files';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\RAW
Open

    const RAW = 'raw';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\SERVICE_SEPARATOR
Open

    const SERVICE_SEPARATOR = '->';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\EVENT_MODEL
Open

    const EVENT_MODEL = 'event\model';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\HTTP_OPTIONS
Open

    const HTTP_OPTIONS = 'OPTIONS';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\MIDDLEWARE
Open

    const MIDDLEWARE = 'middleware';
Severity: Minor
Found in namespace.php by phan

Possibly zero references to global constant \Mvc5\THROW_EXCEPTION
Open

    const THROW_EXCEPTION = 'throw_exception';
Severity: Minor
Found in namespace.php by phan

There are no issues that match your filters.

Category
Status