Skip to content

Commit 0cf571b

Browse files
committed
minor #32536 [Translation] Use HTTPS and fix a url (Arman-Hosseini)
This PR was squashed before being merged into the 3.4 branch (closes #32536). Discussion ---------- [Translation] Use HTTPS and fix a url | Q | A | ------------- | --- | Branch? | 3.4 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- e346ee6888 [Translation] Use HTTPS and fix a url
2 parents cd5e2a4 + dbbf335 commit 0cf571b

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)