Showing 1,086 of 1,086 total issues

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

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

Possibly zero references to public method \Mvc5\Route\Config\Route::child()
Open

    function child(string $name)
Severity: Minor
Found in src/Route/Config/Route.php by phan

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

    function method()
Severity: Minor
Found in src/Route/Config/Route.php by phan

syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)
Open

    protected array $alias = [];
Severity: Critical
Found in src/Service/Alias.php by phan

non-abstract class \Mvc5\Session\Messages contains abstract method \Mvc5\Session\SessionMessages::success declared at /code/src/Session/SessionMessages.php:35
Open

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

non-abstract class \Mvc5\Session\Model contains abstract internal method \Iterator::rewind
Open

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

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

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

Invalid offset "port" of array type array{}
Open

                $options[HOST] ?? null, $options[PORT] ?? null,
Severity: Minor
Found in src/Url/Assemble.php by phan

Possibly zero references to class \Mvc5\Url\Generator
Open

final class Generator
Severity: Minor
Found in src/Url/Generator.php by phan

non-abstract class \Mvc5\View\Render contains abstract method \Mvc5\View\View::render declared at /code/src/View/View.php:15
Open

final class Render
Severity: Critical
Found in src/View/Render.php by phan

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

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

Possibly zero references to class \Mvc5\Web\Context
Open

final class Context
Severity: Minor
Found in src/Web/Context.php by phan

Class uses undeclared trait \Mvc5\Request\Error\Error (Did you mean trait \Mvc5\Http\Config\Error)
Open

final class Error
Severity: Critical
Found in src/Web/Error.php by phan

Possibly zero references to class \Mvc5\Web\Error
Open

final class Error
Severity: Minor
Found in src/Web/Error.php by phan

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

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

non-abstract class \Mvc5\ViewLayout contains abstract method \Mvc5\Template\TemplateModel::vars declared at /code/src/Template/TemplateModel.php:19
Open

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

Call to method bind from undeclared class \Mvc5\Service\Context (Did you mean class \Mvc5\Web\Context)
Open

        ServiceContext::bind($this->service);
Severity: Critical
Found in src/Web/Context.php by phan

non-abstract class \Mvc5\ViewModel contains abstract method \Mvc5\Template\TemplateModel::template declared at /code/src/Template/TemplateModel.php:14
Open

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

Class uses undeclared trait \Mvc5\Route\Dispatch\Router
Open

final class Route
Severity: Critical
Found in src/Web/Route.php by phan

Call to undeclared method \Mvc5\Web\Send::send
Open

        return $next($request, $this->send($response));
Severity: Critical
Found in src/Web/Send.php by phan
Severity
Category
Status
Source
Language