Skip to content

Commit 8feb3c4

Browse files
authored
[Validator] Add annotation in Constraint
1 parent e2f90e5 commit 8feb3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Constraint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ abstract class Constraint
4646

4747
/**
4848
* Maps error codes to the names of their constants.
49+
*
50+
* @var array<string, string>
4951
*/
5052
protected const ERROR_NAMES = [];
5153

0 commit comments

Comments
 (0)