Skip to content

Commit dc4a66d

Browse files
Merge branch '4.3' into 4.4
* 4.3: cleanups Disable PHPUnit result cache on the CI [Security] Cleanup "Digest nonce has expired." translation [Translation] Highlight invalid translation status Added translations in validator for Serbian Cyrillic Added translations in validator for Serbian Latin [EventDispatcher] wrong Request class [DependencyInjection] improved exception message
2 parents 953aa6e + d257fea commit dc4a66d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/Generator/LanguageDataGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class LanguageDataGenerator extends AbstractDataGenerator
2828
{
2929
/**
30-
* Source: https://iso639-3.sil.org/code_tables/639/data
30+
* Source: https://iso639-3.sil.org/code_tables/639/data.
3131
*/
3232
private static $preferredAlpha2ToAlpha3Mapping = [
3333
'ak' => 'aka',

Data/Generator/RegionDataGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class RegionDataGenerator extends AbstractDataGenerator
2929
{
3030
/**
31-
* Source https://www.iso.org/obp/ui/#iso:pub:PUB500001:en
31+
* Source: https://www.iso.org/obp/ui/#iso:pub:PUB500001:en.
3232
*/
3333
private static $preferredAlpha2ToAlpha3Mapping = [
3434
'DE' => 'DEU',

0 commit comments

Comments
 (0)