src/Services/AccessManager.php
Showing 1 of 1 total issue
Function parseSubnetsToIpAddresses
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function parseSubnetsToIpAddresses(): void { $parsedIpAddresses = []; foreach ($this->getAllowedIps() as $allowedIpKey => $allowedIp) {
- Read upRead up