added error reporting & fixed things in index3.php
This commit is contained in:
@ -20,9 +20,9 @@ final class CSVXMLValidator
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$error_msgs = [];
|
||||
$inv_errors = [];
|
||||
$depcon_errors = [];
|
||||
$this->error_msgs = [];
|
||||
$this->inv_errors = [];
|
||||
$this->depcon_errors = [];
|
||||
}
|
||||
|
||||
public function addError(String $error)
|
||||
|
Reference in New Issue
Block a user