FIX: Typed property flight\net\Response::$body must not be accessed before initialization

pull/439/head
Masroor Ehsan 3 years ago
parent e18765f7d5
commit dd73a61c32

@ -110,7 +110,7 @@ class Response
/** /**
* @var string HTTP response body * @var string HTTP response body
*/ */
protected string $body; protected string $body = '';
/** /**
* @var bool HTTP response sent * @var bool HTTP response sent

Loading…
Cancel
Save