File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments