flush
[mdref/mdref-http] / http / Env / getResponseStatusForCode.md
index d2bfa8586fec4f87683bb3e8025754c0cbaca639..e97b60fbabbe4c6c9483cc3c2af939ef23fa4a6b 100644 (file)
@@ -4,11 +4,11 @@ Retrieve the string representation of specified HTTP response code.
 
 ## Parameters:
 
-* ```int $code```  
+* int $code  
   The HTTP response code to get the string representation for.
   
 ## Returns:
 
-* ```string```, the HTTP response status message
-* empty ```string```, if no message for this code was found
+* string, the HTTP response status message
+* empty string, if no message for this code was found