src/Plugins/Messages.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to protected method \Mvc5\Plugins\Messages::message()
Open

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

Possibly zero references to protected method \Mvc5\Plugins\Messages::warning()
Open

    protected function warning($message, string $name = null) : void
Severity: Minor
Found in src/Plugins/Messages.php by phan

Possibly zero references to protected method \Mvc5\Plugins\Messages::info()
Open

    protected function info($message, string $name = null) : void
Severity: Minor
Found in src/Plugins/Messages.php by phan

Possibly zero references to protected method \Mvc5\Plugins\Messages::danger()
Open

    protected function danger($message, string $name = null) : void
Severity: Minor
Found in src/Plugins/Messages.php by phan

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

        return $this->plugin(SESSION_MESSAGES);
Severity: Critical
Found in src/Plugins/Messages.php by phan

Possibly zero references to protected method \Mvc5\Plugins\Messages::success()
Open

    protected function success($message, string $name = null) : void
Severity: Minor
Found in src/Plugins/Messages.php by phan

There are no issues that match your filters.

Category
Status