src/Server/Swoole/SwooleServerRequestFactory.php
Method createServerRequest
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createServerRequest($input = null) : ServerRequestInterface
{
try {
$body = (string) $input->rawContent();
} catch (Throwable $throwable) {