Skip to content

Commit e346ee6

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Symfony/Component/Translation/Loader/PoFileLoader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
namespace Symfony\Component\Translation\Loader;
1313

1414
/**
15-
* @copyright Copyright (c) 2010, Union of RAD http://union-of-rad.org (http://lithify.me/)
15+
* @copyright Copyright (c) 2010, Union of RAD https://github.com/UnionOfRAD/lithium
1616
* @copyright Copyright (c) 2012, Clemens Tolboom
1717
*/
1818
class PoFileLoader extends FileLoader
1919
{
2020
/**
2121
* Parses portable object (PO) format.
2222
*
23-
* From http://www.gnu.org/software/gettext/manual/gettext.html#PO-Files
23+
* From https://www.gnu.org/software/gettext/manual/gettext.html#PO-Files
2424
* we should be able to parse files having:
2525
*
2626
* white-space

src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
* @author Tim Nagel <t.nagel@infinite.net.au>
2222
* @author Bernhard Schussek <bschussek@gmail.com>
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)