Closed phpbg closed 4 years ago
$serviceManager->getAllServices() fails if a service has null value for credentials because of:
$serviceManager->getAllServices()
null
credentials
private function makeService($service) { $serviceObject = new Service($service['name'], $service['credentials'], $service['label'], $service['tags']);
$serviceManager->getAllServices()
fails if a service hasnull
value forcredentials
because of: