File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ public function add(array $headers)
101
101
/**
102
102
* Returns a header value by name.
103
103
*
104
- * @param string $key The header name
105
- * @param string|string[] $default The default value
106
- * @param bool $first Whether to return the first value or all header values
104
+ * @param string $key The header name
105
+ * @param string|string[]|null $default The default value
106
+ * @param bool $first Whether to return the first value or all header values
107
107
*
108
- * @return string|string[] The first header value or default value if $first is true, an array of values otherwise
108
+ * @return string|string[]|null The first header value or default value if $first is true, an array of values otherwise
109
109
*/
110
110
public function get ($ key , $ default = null , $ first = true )
111
111
{
You can’t perform that action at this time.
0 commit comments