flush
[mdref/mdref-http] / http / Header / parse.md
index c1965c11c0b37be3174db5952a15848631504b53..0db884c8ad005fc1932d44ab4b2f54d303953897 100644 (file)
@@ -4,11 +4,11 @@ Parse HTTP headers.
 
 ## Params:
 
-* ```string $header```  
+* string $header  
   The complete string of headers.
-* Optional ```string $header_class```  
+* Optional string $header_class  
   A class extending http\Header.
   
 ## Returns:
 
-* ```array``` of parsed headers, where the elements are instances of $header_class if specified.
+* array of parsed headers, where the elements are instances of $header_class if specified.