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 @@ -86,8 +86,7 @@ class CardSchemeValidator extends ConstraintValidator
86
86
/**
87
87
* Validates a creditcard belongs to a specified scheme.
88
88
*
89
- * @param mixed $value
90
- * @param Constraint $constraint
89
+ * @param mixed $value
91
90
*/
92
91
public function validate ($ value , Constraint $ constraint )
93
92
{
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 @@ -32,8 +32,7 @@ class LuhnValidator extends ConstraintValidator
32
32
/**
33
33
* Validates a credit card number with the Luhn algorithm.
34
34
*
35
- * @param mixed $value
36
- * @param Constraint $constraint
35
+ * @param mixed $value
37
36
*
38
37
* @throws UnexpectedTypeException when the given credit card number is no string
39
38
*/
You can’t perform that action at this time.
0 commit comments