[x] Refactor method \Swoole\FastCGI\Message::withBody() from public function withBody($body): self; to public function withBody(string|\Stringable $body): self;.
[x] Fix method \Swoole\MultibyteStringObject::chunk(), and update the parent method if needed.
Miscellaneous
[x] Errors ignored by PHPStan (check file ./phpstan.neon.dist for details)
Changed
\Swoole\Database\PDOStatementProxy::setFetchMode()
.\Swoole\MultibyteStringObject::substr()
.\Swoole\FastCGI\Message::withBody()
frompublic function withBody($body): self;
topublic function withBody(string|\Stringable $body): self;
.\Swoole\MultibyteStringObject::chunk()
, and update the parent method if needed.Miscellaneous