Commit 877f1db 1 parent 12681e4 commit 877f1db Copy full SHA for 877f1db
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ function getErrorMessage()
73
73
* </ul>
74
74
* @throws \InvalidArgumentException
75
75
* @see curl_setopt
76
+ * @since 2.2
76
77
*/
77
78
function setProxy ($ proxyConfig )
78
79
{
@@ -90,7 +91,6 @@ function setProxy($proxyConfig)
90
91
* Get current proxy config
91
92
*
92
93
* @return boolean|array
93
- *
94
94
* @since 2.2
95
95
*/
96
96
function getProxy ()
@@ -109,7 +109,6 @@ function getProxy()
109
109
* </ul>
110
110
* @throws \InvalidArgumentException
111
111
* @see curl_setopt
112
- *
113
112
* @since 2.2
114
113
*/
115
114
function setAuth ($ authConfig )
@@ -128,7 +127,6 @@ function setAuth($authConfig)
128
127
* Get the current HTTP authentication config
129
128
*
130
129
* @return type
131
- *
132
130
* @since 2.2
133
131
*/
134
132
function getAuth ()
You can’t perform that action at this time.
0 commit comments