Commaaa2
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
/*
|
||||
* This file has been auto-generated by the Symfony String Component for internal use.
|
||||
*
|
||||
* Unicode version: 15.0.0
|
||||
* Date: 2022-10-05T17:16:36+02:00
|
||||
* Unicode version: 15.1.0
|
||||
* Date: 2023-09-13T11:47:12+00:00
|
||||
*/
|
||||
|
||||
return [
|
||||
@@ -166,7 +166,7 @@ return [
|
||||
],
|
||||
[
|
||||
12272,
|
||||
12283,
|
||||
12287,
|
||||
],
|
||||
[
|
||||
12288,
|
||||
@@ -396,6 +396,10 @@ return [
|
||||
12736,
|
||||
12771,
|
||||
],
|
||||
[
|
||||
12783,
|
||||
12783,
|
||||
],
|
||||
[
|
||||
12784,
|
||||
12799,
|
||||
@@ -1110,6 +1114,14 @@ return [
|
||||
],
|
||||
[
|
||||
191457,
|
||||
191471,
|
||||
],
|
||||
[
|
||||
191472,
|
||||
192093,
|
||||
],
|
||||
[
|
||||
192094,
|
||||
194559,
|
||||
],
|
||||
[
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
/*
|
||||
* This file has been auto-generated by the Symfony String Component for internal use.
|
||||
*
|
||||
* Unicode version: 15.0.0
|
||||
* Date: 2022-10-05T17:16:37+02:00
|
||||
* Unicode version: 15.1.0
|
||||
* Date: 2023-09-13T11:47:13+00:00
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
@@ -31,7 +31,7 @@ if (!\function_exists(s::class)) {
|
||||
*/
|
||||
function s(?string $string = ''): AbstractString
|
||||
{
|
||||
$string = $string ?? '';
|
||||
$string ??= '';
|
||||
|
||||
return preg_match('//u', $string) ? new UnicodeString($string) : new ByteString($string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user