Skip to content

Commit 877f1db

Browse files
committed
Update comment
1 parent 12681e4 commit 877f1db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/WordpressClient.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ function getErrorMessage()
7373
* </ul>
7474
* @throws \InvalidArgumentException
7575
* @see curl_setopt
76+
* @since 2.2
7677
*/
7778
function setProxy($proxyConfig)
7879
{
@@ -90,7 +91,6 @@ function setProxy($proxyConfig)
9091
* Get current proxy config
9192
*
9293
* @return boolean|array
93-
*
9494
* @since 2.2
9595
*/
9696
function getProxy()
@@ -109,7 +109,6 @@ function getProxy()
109109
* </ul>
110110
* @throws \InvalidArgumentException
111111
* @see curl_setopt
112-
*
113112
* @since 2.2
114113
*/
115114
function setAuth($authConfig)
@@ -128,7 +127,6 @@ function setAuth($authConfig)
128127
* Get the current HTTP authentication config
129128
*
130129
* @return type
131-
*
132130
* @since 2.2
133131
*/
134132
function getAuth()

0 commit comments

Comments
 (0)