File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ class CardSchemeValidator extends ConstraintValidator
94
94
/**
95
95
* Validates a creditcard belongs to a specified scheme.
96
96
*
97
- * @param mixed $value
98
- * @param Constraint $constraint
97
+ * @param mixed $value
99
98
*/
100
99
public function validate ($ value , Constraint $ constraint )
101
100
{
Original file line number Diff line number Diff line change 28
28
*
29
29
* When adding metadata to a class, you can override the "Default" group of
30
30
* that class with a group sequence:
31
- *
32
31
* /**
33
32
* * @GroupSequence({"Address", "Strict"})
34
33
* *\/
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ class LuhnValidator extends ConstraintValidator
33
33
/**
34
34
* Validates a credit card number with the Luhn algorithm.
35
35
*
36
- * @param mixed $value
37
- * @param Constraint $constraint
36
+ * @param mixed $value
38
37
*
39
38
* @throws UnexpectedTypeException when the given credit card number is no string
40
39
*/
You can’t perform that action at this time.
0 commit comments