File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Translation \Loader ;
13
13
14
14
/**
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
16
16
* @copyright Copyright (c) 2012, Clemens Tolboom
17
17
*/
18
18
class PoFileLoader extends FileLoader
19
19
{
20
20
/**
21
21
* Parses portable object (PO) format.
22
22
*
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
24
24
* we should be able to parse files having:
25
25
*
26
26
* white-space
Original file line number Diff line number Diff line change 21
21
* @author Tim Nagel <t.nagel@infinite.net.au>
22
22
* @author Bernhard Schussek <bschussek@gmail.com>
23
23
*
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
27
26
*/
28
27
class CardSchemeValidator extends ConstraintValidator
29
28
{
You can’t perform that action at this time.
0 commit comments