Skip to content

Commit 73a0020

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents 7e6eeeb + 636af41 commit 73a0020

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Constraints/CardSchemeValidator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ class CardSchemeValidator extends ConstraintValidator
9494
/**
9595
* Validates a creditcard belongs to a specified scheme.
9696
*
97-
* @param mixed $value
98-
* @param Constraint $constraint
97+
* @param mixed $value
9998
*/
10099
public function validate($value, Constraint $constraint)
101100
{

Constraints/GroupSequence.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
*
2929
* When adding metadata to a class, you can override the "Default" group of
3030
* that class with a group sequence:
31-
*
3231
* /**
3332
* * @GroupSequence({"Address", "Strict"})
3433
* *\/

Constraints/LuhnValidator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class LuhnValidator extends ConstraintValidator
3333
/**
3434
* Validates a credit card number with the Luhn algorithm.
3535
*
36-
* @param mixed $value
37-
* @param Constraint $constraint
36+
* @param mixed $value
3837
*
3938
* @throws UnexpectedTypeException when the given credit card number is no string
4039
*/

0 commit comments

Comments
 (0)