Skip to content

Commit c17a260

Browse files
[GHA] Add PHP 8.1
1 parent f2a03e0 commit c17a260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestListenerTrait.php

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ function {$f['name']}{$f['signature']}
125125

126126
$map = [
127127
'?' => '',
128+
'IDNA_DEFAULT' => \PHP_VERSION_ID >= 80100 ? 'IDNA_DEFAULT' : '0',
128129
'array|string|null $string' => 'array|string $string',
129130
'array|string|null $from_encoding = null' => 'array|string|null $from_encoding = null',
130131
'array|string|null $from_encoding' => 'array|string $from_encoding',

0 commit comments

Comments
 (0)