Skip to content

Commit 636af41

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent 9caeb3c commit 636af41

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
@@ -86,8 +86,7 @@ class CardSchemeValidator extends ConstraintValidator
8686
/**
8787
* Validates a creditcard belongs to a specified scheme.
8888
*
89-
* @param mixed $value
90-
* @param Constraint $constraint
89+
* @param mixed $value
9190
*/
9291
public function validate($value, Constraint $constraint)
9392
{

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
@@ -32,8 +32,7 @@ class LuhnValidator extends ConstraintValidator
3232
/**
3333
* Validates a credit card number with the Luhn algorithm.
3434
*
35-
* @param mixed $value
36-
* @param Constraint $constraint
35+
* @param mixed $value
3736
*
3837
* @throws UnexpectedTypeException when the given credit card number is no string
3938
*/

0 commit comments

Comments
 (0)