src/WebService/TranslationWebService.php
Method factory
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function factory( string $serviceName, array $config ): ?TranslationWebService {
$handlers = [
'microsoft' => [
'class' => MicrosoftWebService::class,
'deps' => [ 'HttpRequestFactory' ]