Skip to content

Commit 41f910d

Browse files
author
Robin Chalas
committed
Merge branch '4.4' into 5.0
* 4.4: (38 commits) reset the kernel cache after each test [HttpKernel] Ability to define multiple kernel.reset tags [Routing] Continue supporting single colon in object route loaders [FWBundle] Remove unused parameter [Intl] [Workflow] fixes English grammar typos [Filesystem] [Serializer] fixes English grammar typo mailer: mailchimp bridge is throwing undefined index _id when setting message id in mandrill http transport has_roles should be is_granted in upgrade files [HttpClient] Fix early cleanup of pushed HTTP/2 responses skip test on incompatible PHP versions [HttpKernel] Don't cache "not-fresh" state [FrameworkBundle][Cache] Don't deep-merge cache pools configuration [Messenger] Adding exception to amqp transport in case amqp ext is not installed [SecurityBundle] Don't require a user provider for the anonymous listener [Monolog Bridge] Fixed accessing static property as non static. Improve Symfony description [Mailer] Add UPGRADE entries about Envelope and MessageEvent [FrameworkBundle] fix leftover mentioning "secret:" processor Add DateTimeZoneNormalizer into Dependency Injection [Messenger] Error when specified default bus is not among the configured ...
2 parents 1a700ae + 727fed5 commit 41f910d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Currencies.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function exists(string $currency): bool
4646
}
4747

4848
/**
49-
* @throws MissingResourceException if the currency code does not exists
49+
* @throws MissingResourceException if the currency code does not exist
5050
*/
5151
public static function getName(string $currency, string $displayLocale = null): string
5252
{
@@ -78,7 +78,7 @@ public static function getNames(string $displayLocale = null): array
7878
}
7979

8080
/**
81-
* @throws MissingResourceException if the currency code does not exists
81+
* @throws MissingResourceException if the currency code does not exist
8282
*/
8383
public static function getSymbol(string $currency, string $displayLocale = null): string
8484
{
@@ -115,7 +115,7 @@ public static function getNumericCode(string $currency): int
115115
}
116116

117117
/**
118-
* @throws MissingResourceException if the numeric code does not exists
118+
* @throws MissingResourceException if the numeric code does not exist
119119
*/
120120
public static function forNumericCode(int $numericCode): array
121121
{

Locales.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function exists(string $locale): bool
4949
}
5050

5151
/**
52-
* @throws MissingResourceException if the locale does not exists
52+
* @throws MissingResourceException if the locale does not exist
5353
*/
5454
public static function getName(string $locale, string $displayLocale = null): string
5555
{

Scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function exists(string $script): bool
4141
}
4242

4343
/**
44-
* @throws MissingResourceException if the script code does not exists
44+
* @throws MissingResourceException if the script code does not exist
4545
*/
4646
public static function getName(string $script, string $displayLocale = null): string
4747
{

0 commit comments

Comments
 (0)