Skip to content

Commit e1f5863

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: do not mock the session in token storage tests [DependencyInjection] resolve array env vars Add Occitan plural rule Fix security/* cross-dependencies [Lock] Skip test if posix extension is not installed [DI] Allow defining bindings on ChildDefinition use strict compare in url validator Disallow illegal characters like "." in session.name [HttpKernel] do file_exists() check instead of silent notice fix rounding from string
2 parents 21e5b4a + 7047f72 commit e1f5863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PluralizationRules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public static function get($number, $locale)
107107
case 'nl':
108108
case 'nn':
109109
case 'no':
110+
case 'oc':
110111
case 'om':
111112
case 'or':
112113
case 'pa':

0 commit comments

Comments
 (0)