flush
[mdref/mdref-http] / http / Env / getRequestBody.md
index 512128d12282dfdd971495764b95a8409b2957e5..eaadc0d5058301155bd8d13ff4f9913c9f6e2d4a 100644 (file)
@@ -4,12 +4,12 @@ Retreive the current HTTP request's body.
 
 ## Parameters:
 
-* Optional ```string $body_class_name```  
+* Optional string $body_class_name  
   A user class extending http\Body.
 
 ## Returns:
 
-* ```http\Message\Body``` instance representing the request body
+* http\Message\Body instance representing the request body
 
 ## Throws: