diff --git a/src/WordpressClient.php b/src/WordpressClient.php index a30c6a9..e6ef581 100644 --- a/src/WordpressClient.php +++ b/src/WordpressClient.php @@ -73,6 +73,7 @@ function getErrorMessage() * * @throws \InvalidArgumentException * @see curl_setopt + * @since 2.2 */ function setProxy($proxyConfig) { @@ -90,7 +91,6 @@ function setProxy($proxyConfig) * Get current proxy config * * @return boolean|array - * * @since 2.2 */ function getProxy() @@ -109,7 +109,6 @@ function getProxy() * * @throws \InvalidArgumentException * @see curl_setopt - * * @since 2.2 */ function setAuth($authConfig) @@ -128,7 +127,6 @@ function setAuth($authConfig) * Get the current HTTP authentication config * * @return type - * * @since 2.2 */ function getAuth()