Merge commit 'c84fa39c4f95be47bed6ee418c99b7000f020240' into dev

This commit is contained in:
joyqi 2021-08-21 21:23:32 +08:00
commit 80746465c7

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();