We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ea6c23 + b5e9652 commit 0369ec3Copy full SHA for 0369ec3
src/SimpleValidator/Validator.php
@@ -17,10 +17,10 @@
17
*/
18
class Validator {
19
20
- private $errors = array();
21
- private $namings = array();
22
- private $customErrorsWithInputName = array();
23
- private $customErrors = array();
+ protected $errors = array();
+ protected $namings = array();
+ protected $customErrorsWithInputName = array();
+ protected $customErrors = array();
24
25
/**
26
* Constructor is not allowed because SimpleValidator uses its own
0 commit comments