swoole-bundle icon indicating copy to clipboard operation
swoole-bundle copied to clipboard

Fix ApiServerClient factory

Open dotdevio opened this issue 3 years ago • 1 comments

In Symfony 5.4 factory format is wrong. Should be "::" not ":"

    K911\Swoole\Server\Api\ApiServerClient:
        factory: K911\Swoole\Server\Api\ApiServerClientFactory:newClient
    K911\Swoole\Server\Api\ApiServerClient:
        factory: K911\Swoole\Server\Api\ApiServerClientFactory::newClient

dotdevio avatar Dec 02 '21 02:12 dotdevio

Hi @dotdevq, just wanted to inform you that your commit message currently fails validation. Please see contributing guide

k911 avatar Dec 12 '21 19:12 k911