Showing 2 of 2 total issues
FapiClient
has 21 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class FapiClient implements IFapiClient{ private FapiRestClient $restClient;
Method loadConfiguration
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadConfiguration(): void { $container = $this->getContainerBuilder(); $config = $this->validateConfig($this->defaults);