fucongcong/framework

View on GitHub
core/Group/Services/ServiceMap.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 3 of 3 total issues

Missing class import via use statement (line '26', column '44').
Open

if (!is_object($object)) throw new \RuntimeException($map.' can not be loaded , check your service provider config!');
Severity: Minor
Found in core/Group/Services/ServiceMap.php by phpmd

Inline control structures are not allowed
Open

if (!is_object($object)) throw new \RuntimeException($map.' can not be loaded , check your service provider config!');

Line exceeds 120 characters; contains 126 characters
Open

if (!is_object($object)) throw new \RuntimeException($map.' can not be loaded , check your service provider config!');
Category
Status