thanks git
[mdref/mdref-http] / http / Client / setDebug.md
index 9ca4ba8fc1de025c8b54427c84e7fc49c5498eed..16d5cf1b08c591255ed34433604e3190b3cac0fb 100644 (file)
@@ -7,7 +7,7 @@ Set client debugging callback.
 
 ## Params:
 
-* callable $callback as function(http\Client $c, http\Client\Request $r, int $type, string $data)
+* callable $callback as function(http\Client $c, http\Client\Request $r, int $type, string $data)  
   The debug callback. For $type see http\Client::DEBUG_* constants.
 
 ## Returns: