Showing 1 of 1 total issue
Function getResponse
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function getResponse($status_code = null) { if ($status_code) { $this->setStatusCode($status_code); }
- Read upRead up