stub fixes
[mdref/mdref-http] / http / Header.md
index 6261bae2b0ab949e46ddbc98686993f5a9d2f087..b391051f329a5b159a0745f8f5a04e63fd6a4ff7 100644 (file)
@@ -1,4 +1,4 @@
-# class http\Header extends http\Object implements Serializable
+# class http\Header implements Serializable
 
 The http\Header class provides methods to manipulate, match, negotiate and serialize HTTP headers.
 
@@ -17,7 +17,7 @@ The http\Header class provides methods to manipulate, match, negotiate and seria
 
 ## Properties:
 
-* public $name = NULL  
+* public string $name = NULL  
   The name of the HTTP header.
-* public $value = NULL  
+* public mixed $value = NULL  
   The value of the HTTP header.