typo, parameter and type fixes
[mdref/mdref-http] / http / Encoding / Stream / Dechunk / decode.md
index 674510e5658fd83beed6d2fb7f104b8e217aaaf3..bfca9caaa81a532f34f8c2829c1575d38c8db28f 100644 (file)
@@ -6,7 +6,7 @@ Decode chunked encoded data.
 
 * string $data  
   The data to decode.
-* Optional reference int $decoded_len = 0  
+* Optional int &$decoded_len = 0  
   Out parameter with the length of $data that's been decoded.
   Should be ```strlen($data)``` if not truncated.