Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 12b248c

Browse files
Merge branch '3.4' into 4.3
* 3.4: Update links to documentation [Validator] Add the missing translations for the Arabic (ar) locale ensure to expect no validation for the right reasons [PhpUnitBridge] Add test case for @expectedDeprecation annotation Update year in license files [Console][FormatterHelper] Use helper strlen statically and remove duplicated code Fix BC issue in phpDoc Reflection library [Translator] Performance improvement in MessageCatalogue and catalogue operations.
2 parents 90ed16e + 4d7720f commit 12b248c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Core/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
12+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1313
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1414
* [Report issues](https://github.com/symfony/symfony/issues) and
1515
[send Pull Requests](https://github.com/symfony/symfony/pulls)

Csrf/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Csrf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Security CSRF (cross-site request forgery) component provides a class
77
Resources
88
---------
99

10-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
10+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1111
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1212
* [Report issues](https://github.com/symfony/symfony/issues) and
1313
[send Pull Requests](https://github.com/symfony/symfony/pulls)

Guard/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Guard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ total control.
88
Resources
99
---------
1010

11-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
11+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1212
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1313
* [Report issues](https://github.com/symfony/symfony/issues) and
1414
[send Pull Requests](https://github.com/symfony/symfony/pulls)

Http/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
12+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1313
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1414
* [Report issues](https://github.com/symfony/symfony/issues) and
1515
[send Pull Requests](https://github.com/symfony/symfony/pulls)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ roles.
1111
Resources
1212
---------
1313

14-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
14+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1515
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1616
* [Report issues](https://github.com/symfony/symfony/issues) and
1717
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)