From ae8cdbeeaf11530400225291bd93cc266e97954c Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 21 Apr 2024 15:47:35 +0300 Subject: [PATCH] format attributes --- src/Client/Request.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Client/Request.php b/src/Client/Request.php index 16cdfac..0eceb81 100644 --- a/src/Client/Request.php +++ b/src/Client/Request.php @@ -121,10 +121,10 @@ class Request } public function getResponse( - int $timeout = 30, // socket timeout, useful for offline resources - ?int $limit = null, // content length, null for unlimited - ?int &$length = 0, // initial response length, do not change without special needs - ?int &$code = null, // error code for debug + int $timeout = 30, // socket timeout, useful for offline resources + ?int $limit = null, // content length, null for unlimited + ?int &$length = 0, // initial response length, do not change without special needs + ?int &$code = null, // error code for debug ?string &$message = null, // error message for debug string &$response = '' // response init, also returning by this method ): ?string