Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
letrunghieu committed May 15, 2014
1 parent 12681e4 commit 877f1db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/WordpressClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function getErrorMessage()
* </ul>
* @throws \InvalidArgumentException
* @see curl_setopt
* @since 2.2
*/
function setProxy($proxyConfig)
{
Expand All @@ -90,7 +91,6 @@ function setProxy($proxyConfig)
* Get current proxy config
*
* @return boolean|array
*
* @since 2.2
*/
function getProxy()
Expand All @@ -109,7 +109,6 @@ function getProxy()
* </ul>
* @throws \InvalidArgumentException
* @see curl_setopt
*
* @since 2.2
*/
function setAuth($authConfig)
Expand All @@ -128,7 +127,6 @@ function setAuth($authConfig)
* Get the current HTTP authentication config
*
* @return type
*
* @since 2.2
*/
function getAuth()
Expand Down

0 comments on commit 877f1db

Please sign in to comment.