Showing 1,086 of 1,086 total issues

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\THROW_EXCEPTION
Open

    const THROW_EXCEPTION = 'throw_exception';
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

non-abstract class \Mvc5\App contains abstract internal method \Iterator::current
Open

class App
Severity: Critical
Found in src/App.php by phan

non-abstract class \Mvc5\App contains abstract method \Mvc5\Config\Scopable::withScope declared at /code/src/Config/Scopable.php:14
Open

class App
Severity: Critical
Found in src/App.php by phan

non-abstract class \Mvc5\ArrayOverload contains abstract internal method \Iterator::key
Open

class ArrayOverload
Severity: Critical
Found in src/ArrayOverload.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\SEPARATORS
Open

    const SEPARATORS = 'separators';
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

non-abstract class \Mvc5\ArrayModel contains abstract internal method \Iterator::key
Open

class ArrayModel
Severity: Critical
Found in src/ArrayModel.php by phan

Class uses undeclared trait \Mvc5\Config\ArrayObject
Open

class ArrayObject
Severity: Critical
Found in src/ArrayObject.php by phan

non-abstract class \Mvc5\ArrayOverload contains abstract internal method \Countable::count
Open

class ArrayOverload
Severity: Critical
Found in src/ArrayOverload.php by phan

Possibly zero references to public method \Mvc5\Config\ArrayAccess::offsetGet()
Open

    function offsetGet($name) : mixed
Severity: Minor
Found in src/Config/ArrayAccess.php by phan

Unable to determine the method(s) which \Mvc5\Session\Model::__get overrides, but Phan inferred that it did override something earlier. Please create an issue at https://github.com/phan/phan/issues/new with a test case.
Open

    function &__get($name)
Severity: Info
Found in src/Config/Overload.php by phan

Unable to determine the method(s) which \Mvc5\Plugin\Config\Hydrator::__unset overrides, but Phan inferred that it did override something earlier. Please create an issue at https://github.com/phan/phan/issues/new with a test case.
Open

    function __unset($name) : void
Severity: Info
Found in src/Config/Readable.php by phan

Doc-block of withScope contains declared return type self which is incompatible with the return type \Mvc5\Config\Scopable declared in the signature
Open

     * @return Scopable|self
Severity: Minor
Found in src/Config/Scope.php by phan

Possibly zero references to public method \Mvc5\Config\Scope::withScope()
Open

    function withScope($context) : Scopable
Severity: Minor
Found in src/Config/Scope.php by phan

non-abstract class \Mvc5\Container contains abstract internal method \Countable::count
Open

class Container
Severity: Critical
Found in src/Container.php by phan

non-abstract class \Mvc5\Cookie\HttpCookies contains abstract internal method \Countable::count
Open

class HttpCookies
Severity: Critical
Found in src/Cookie/HttpCookies.php by phan

non-abstract class \Mvc5\Cookie\PHPCookies contains abstract internal method \Countable::count
Open

final class PHPCookies
Severity: Critical
Found in src/Cookie/PHPCookies.php by phan
Severity
Category
Status
Source
Language