update for 4.1.0
[mdref/mdref-http] / http / Client / setDebug.md
index 16d5cf1b08c591255ed34433604e3190b3cac0fb..83ff5c504bea756255d8e19912597170fb11e14d 100644 (file)
@@ -2,7 +2,7 @@
 
 Set client debugging callback.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This method has been added in v2.6.0, resp. v3.1.0.
 
 ## Params:
@@ -42,7 +42,7 @@ Set client debugging callback.
 
        ?>
 
-> ***NOTE:***
+> ***NOTE:***  
 > Except for http\Client::DEBUG_INFO, which always occurs separately, the debug
 > callback's $type argument contains a bitmask of (http\Client::DEBUG_IN or http\Client::DEBUG_OUT)
 > and (http\Client::DEBUG_HEADER or http\Client::DEBUG_BODY or http\Client::DEBUG_SSL).