src/Plugins/Session.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Mvc5\Plugins\Session::plugin
Open

        return !($session = $this->plugin(SESSION)) || null === $name ? $session : $session->get($name);
Severity: Critical
Found in src/Plugins/Session.php by phan

Possibly zero references to class \Mvc5\Plugins\Session
Open

trait Session
Severity: Minor
Found in src/Plugins/Session.php by phan

Possibly zero references to protected method \Mvc5\Plugins\Session::session()
Open

    protected function session($name = null)
Severity: Minor
Found in src/Plugins/Session.php by phan

There are no issues that match your filters.

Category
Status