wpzapp/exceptions

View on GitHub
src/ExceptionTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

Missing class import via use statement (line '115', column '34').
Open

$this->package = new \stdClass();
Severity: Minor
Found in src/ExceptionTrait.php by phpmd

Missing class import via use statement (line '109', column '34').
Open

$this->package = new \stdClass();
Severity: Minor
Found in src/ExceptionTrait.php by phpmd

Missing class import via use statement (line '103', column '34').
Open

$this->package = new \stdClass();
Severity: Minor
Found in src/ExceptionTrait.php by phpmd

Missing class import via use statement (line '97', column '34').
Open

$this->package = new \stdClass();
Severity: Minor
Found in src/ExceptionTrait.php by phpmd
Category
Status