src/Plugins/Log.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Mvc5\Plugins\Log::call
Open

        return $this->call(LOG, [LEVEL => $level, MESSAGE => $message, CONTEXT => $context]);
Severity: Critical
Found in src/Plugins/Log.php by phan

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

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

Possibly zero references to protected method \Mvc5\Plugins\Log::log()
Open

    protected function log($message, array $context = [], int $level = SEVERITY_CRITICAL)
Severity: Minor
Found in src/Plugins/Log.php by phan

There are no issues that match your filters.

Category
Status