src/aws/ApiOverviewActiveWindow.php
Showing 2 of 2 total issues
Method getAvailableApiEndpoints
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getAvailableApiEndpoints() { $data = []; $generic = []; $userId = $this->model->id;
Function getAvailableApiEndpoints
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function getAvailableApiEndpoints() { $data = []; $generic = []; $userId = $this->model->id;
- Read upRead up