Skip to content

Commit dbbf335

Browse files
Arman-Hosseinifabpot
authored andcommitted
[Translation] Use HTTPS and fix a url
1 parent e13ca48 commit dbbf335

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Constraints/CardSchemeValidator.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
* @author Tim Nagel <[email protected]>
2222
* @author Bernhard Schussek <[email protected]>
2323
*
24-
* @see http://en.wikipedia.org/wiki/Bank_card_number
25-
* @see http://www.regular-expressions.info/creditcard.html
26-
* @see http://www.barclaycard.co.uk/business/files/Ranges_and_Rules_September_2014.pdf
24+
* @see https://en.wikipedia.org/wiki/Payment_card_number
25+
* @see https://www.regular-expressions.info/creditcard.html
2726
*/
2827
class CardSchemeValidator extends ConstraintValidator
2928
{

0 commit comments

Comments
 (0)