改名
This commit is contained in:
@@ -42,7 +42,7 @@ class HttpParams
|
|||||||
* @param $files
|
* @param $files
|
||||||
* @param array $socket
|
* @param array $socket
|
||||||
*/
|
*/
|
||||||
public function __construct($body, $get, $files, $socket = [])
|
public function __construct(mixed $body, ?array $get, ?array $files, $socket = [])
|
||||||
{
|
{
|
||||||
$this->gets = $get ?? [];
|
$this->gets = $get ?? [];
|
||||||
$this->files = $files ?? [];
|
$this->files = $files ?? [];
|
||||||
|
|||||||
Reference in New Issue
Block a user