Skip to content

Commit 6f77fa5

Browse files
Merge branch '5.0'
* 5.0: (24 commits) Removing unused variable Fixed #35084 Add missing use statement [HttpClient] fix scheduling pending NativeResponse do not overwrite variable value [Profiler] wording Use spaces correctly to display options in DebugCommand Add supported schemes doc blocks type X-Accel Nginx URL updated ticket-30197 [Validator] Add the missing translations for the Chinese (Taiwan) ("zh_TW") locale Fixed test added in #35022 Use locale_parse for computing fallback locales [Console] Fix filtering out identical alternatives when there is a command loader [String][UnicodeString] Remove unneeded flag in chunk regex pattern add note about HTTP status code change Migrate server:log command away from WebServerBundle [DependencyInjection][CheckTypeDeclarationsPass] Handle \Closure for callable [Security] Fix missing defaults for auto-migrating encoders bumped Symfony version to 5.0.3 updated VERSION for 5.0.2 ...
2 parents 434b367 + 8b2fd5d commit 6f77fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnicodeString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function chunk(int $length = 1): array
7171
$rx .= '\X{65535}';
7272
$length -= 65535;
7373
}
74-
$rx .= '\X{'.$length.'})/us';
74+
$rx .= '\X{'.$length.'})/u';
7575

7676
$str = clone $this;
7777
$chunks = [];

0 commit comments

Comments
 (0)