From e407f6bd6b32d21db96cf8bf78967a3812908a1c Mon Sep 17 00:00:00 2001 From: ljbreak2008 Date: Thu, 1 Feb 2018 16:17:02 +0800 Subject: [PATCH] test --- src/OSS/Http/RequestCore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OSS/Http/RequestCore.php b/src/OSS/Http/RequestCore.php index 9baa0c55..364556ee 100644 --- a/src/OSS/Http/RequestCore.php +++ b/src/OSS/Http/RequestCore.php @@ -275,6 +275,7 @@ public function __destruct() /** * Set the credentials to use for authentication. * + * * @param string $user (Required) The username to authenticate with. * @param string $pass (Required) The password to authenticate with. * @return $this A reference to the current instance.