Showing 2 of 15 total issues
Method send
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function send(): Response { $this->assertPredefined(); $requestParameters = [];
Function send
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function send(): Response { $this->assertPredefined(); $requestParameters = [];
- Read upRead up