Skip to content

Commit 132531d

Browse files
author
Wazabii
committed
Minor structure changes
1 parent 5897781 commit 132531d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Message.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ public function hasHeader($name): bool
8686
public function getHeaderLine($name)
8787
{
8888
$data = $this->getHeaderLineData($name);
89+
/*
8990
if (count($data) === 0) {
9091
throw new RequestException("Could not find the header line", 1);
9192
}
93+
*/
9294
return implode("; ", $data);
9395
}
9496

0 commit comments

Comments
 (0)