Fix errors must not be accessed before initialization
This commit is contained in:
@@ -73,7 +73,7 @@ class Message extends FTNBase
|
||||
private const SUBJECT_LEN = 71; // FTS-0001.016 Subject: upto 72 chars null terminated
|
||||
private const AREATAG_LEN = 35; //
|
||||
|
||||
private ?ValidatorResult $errors; // Packet validation
|
||||
private ?ValidatorResult $errors = NULL; // Packet validation
|
||||
private array $header; // Message Header
|
||||
private Collection $kludge; // Hold kludge items
|
||||
|
||||
|
Reference in New Issue
Block a user