@@ -106,7 +106,7 @@ |
||
106 | 106 | * Checks if a header exists by the given case-insensitive name. |
107 | 107 | * |
108 | 108 | * @param string $name Case-insensitive header field name. |
109 | - * @return bool Returns true if any header names match the given header |
|
109 | + * @return boolean|null Returns true if any header names match the given header |
|
110 | 110 | * name using a case-insensitive string comparison. Returns false if |
111 | 111 | * no matching header name is found in the message. |
112 | 112 | */ |
@@ -95,6 +95,7 @@ |
||
95 | 95 | * Alphanumeric characters and percent-encoded characters are excluded as they are ineligible for encoding. |
96 | 96 | * |
97 | 97 | * @param string[] ...$character_sets One or more supported character sets |
98 | + * @param string $character_sets |
|
98 | 99 | */ |
99 | 100 | protected function compileUnencodedCharacters(... $character_sets) |
100 | 101 | { |