flush
[mdref/mdref-http] / http / Env / getResponseStatusForAllCodes.md
index 2e377836a1bedea2cf30a24e4e2dfdda60259c84..f31941fea3b1c99e775843b6324e40dc19546306 100644 (file)
@@ -4,12 +4,12 @@ Retrieve a list of all known HTTP response status.
 
 ## Parameters:
 
-None.
+None.
 
 ## Returns:
 
-* ```array``` mapping of the form \[  
+* array mapping of the form \[  
   ...  
-  ```int $code``` => ```string $status```  
+  int $code => string $status  
   ...  
   \]