Skip to content

Commit 1931bb6

Browse files
committed
Fix tests
1 parent 7b1697f commit 1931bb6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-mbstring": "*",
1616
"brick/math": "^0.12 || ^0.13",
1717
"psr/log": "^3.0",
18-
"rowbot/idna": "^0.2.0"
18+
"rowbot/idna": "^0.3.0"
1919
},
2020
"require-dev": {
2121
"guzzlehttp/guzzle": "^7.0",

src/String/PercentEncoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function percentEncodeAfterEncoding(
9191
$encodeOutput = mb_convert_encoding($input, $encoder, 'utf-8');
9292
mb_substitute_character($substituteChar);
9393

94-
// @phpstan-ignore argument.type
9594
$chunks = preg_split('/&#x([[:xdigit:]]{2,6});/', $encodeOutput, -1, PREG_SPLIT_DELIM_CAPTURE);
9695

9796
if ($chunks === false) {

0 commit comments

Comments
 (0)