111
This commit is contained in:
@@ -182,6 +182,7 @@ trait Message
|
|||||||
#[Pure] public function getHeaderLine($name): string|null
|
#[Pure] public function getHeaderLine($name): string|null
|
||||||
{
|
{
|
||||||
if ($this->hasHeader($name)) {
|
if ($this->hasHeader($name)) {
|
||||||
|
var_dump($this->headers);
|
||||||
return implode(';', $this->headers[$name]);
|
return implode(';', $this->headers[$name]);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user