Skip to content

Commit f615f2c

Browse files
committed
rebuild patch
1 parent 4988af7 commit f615f2c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
]
6363
}
6464
}
65-
}
65+
}

patches/symfony-console-helper-helper-php.patch

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
{
55
$string ??= '';
66

7-
-// if (preg_match('//u', $string)) {
8-
-// return (new UnicodeString($string))->width(false);
9-
-// }
10-
+ if (preg_match('//u', $string)) {
11-
+ return (new UnicodeString($string))->width(false);
12-
+ }
7+
- if (preg_match('//u', $string)) {
8+
- return (new UnicodeString($string))->width(false);
9+
- }
10+
+// if (preg_match('//u', $string)) {
11+
+// return (new UnicodeString($string))->width(false);
12+
+// }
1313

1414
if (false === $encoding = mb_detect_encoding($string, null, true)) {
1515
return \strlen($string);
1616
@@ -66,9 +66,9 @@
1717
{
1818
$string ??= '';
1919

20-
-// if (preg_match('//u', $string)) {
21-
-// return (new UnicodeString($string))->length();
22-
-// }
23-
+ if (preg_match('//u', $string)) {
24-
+ return (new UnicodeString($string))->length();
25-
+ }
20+
- if (preg_match('//u', $string)) {
21+
- return (new UnicodeString($string))->length();
22+
- }
23+
+// if (preg_match('//u', $string)) {
24+
+// return (new UnicodeString($string))->length();
25+
+// }
2626

2727
if (false === $encoding = mb_detect_encoding($string, null, true)) {
2828
return \strlen($string);

0 commit comments

Comments
 (0)