core/Group/Services/ServiceMap.php
Showing 3 of 3 total issues
Missing class import via use statement (line '26', column '44'). Open
Open
if (!is_object($object)) throw new \RuntimeException($map.' can not be loaded , check your service provider config!');
- Read upRead up
- Exclude checks
Inline control structures are not allowed Open
Open
if (!is_object($object)) throw new \RuntimeException($map.' can not be loaded , check your service provider config!');
- Exclude checks
Line exceeds 120 characters; contains 126 characters Open
Open
if (!is_object($object)) throw new \RuntimeException($map.' can not be loaded , check your service provider config!');
- Exclude checks