Completed
Pull Request — master (#243)
by
unknown
02:25
created
library/Requests/Auth/Digest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 	 *
24 24
 	 * @param resource $handle cURL resource
25 25
 	 */
26
-	public function curl_before_send( &$handle ) {
27
-		curl_setopt( $handle, CURLOPT_USERPWD, $this->getAuthString() );
28
-		curl_setopt( $handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY ); //CURLAUTH_ANY work with Wowza RESTful
26
+	public function curl_before_send(&$handle) {
27
+		curl_setopt($handle, CURLOPT_USERPWD, $this->getAuthString());
28
+		curl_setopt($handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY); //CURLAUTH_ANY work with Wowza RESTful
29 29
 	}
30 30
 }
Please login to merge, or discard this patch.