This commit is contained in:
joyqi
2021-08-21 21:19:42 +08:00
committed by GitHub
parent 88fff899b8
commit c84fa39c4f
+1 -1
View File
@@ -34,7 +34,7 @@ class Typecho_Http_Client
* @access public
* @return ?Typecho_Http_Client_Adapter
*/
public static function get(): ?Typecho_Http_Client
public static function get(): ?Typecho_Http_Client_Adapter
{
$adapters = func_get_args();