Fix typo
This commit is contained in:
parent
9863bee7f5
commit
3018d4c660
|
|
@ -63,7 +63,7 @@ abstract class Message
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->headers = array();
|
$this->headers = array();
|
||||||
$this->headerLines = array();
|
$this->headerLookup = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue