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.
1 parent 7a8f1d6 commit b5e9652Copy full SHA for b5e9652
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