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.