Skip to content

Commit b339195

Browse files
enumagondrejmirtes
authored andcommitted
Add Constraint::$errorNames
1 parent 95d9ae7 commit b339195

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/Symfony/Component/Validator/Constraint.stub

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ namespace Symfony\Component\Validator;
44

55
class Constraint
66
{
7+
/**
8+
* @var array<string, string>
9+
*/
10+
protected static $errorNames = [];
11+
712
/**
813
* @return array<mixed>
914
*/

0 commit comments

Comments
 (0)