From 946268e4fe244ae3b9b8d44c4016cf284d3b8aa1 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sat, 12 Feb 2022 18:50:55 -0800 Subject: [PATCH] Update return type for mysqli::connect_error --- dictionaries/PropertyMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/PropertyMap.php b/dictionaries/PropertyMap.php index e0f91665df6..e5d32624416 100644 --- a/dictionaries/PropertyMap.php +++ b/dictionaries/PropertyMap.php @@ -256,7 +256,7 @@ 'client_info' => 'string', 'client_version' => 'int', 'connect_errno' => 'int', - 'connect_error' => 'string', + 'connect_error' => '?string', 'errno' => 'int', 'error' => 'string', 'error_list' => 'array',