We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a03e0 commit c17a260Copy full SHA for c17a260
TestListenerTrait.php
@@ -125,6 +125,7 @@ function {$f['name']}{$f['signature']}
125
126
$map = [
127
'?' => '',
128
+ 'IDNA_DEFAULT' => \PHP_VERSION_ID >= 80100 ? 'IDNA_DEFAULT' : '0',
129
'array|string|null $string' => 'array|string $string',
130
'array|string|null $from_encoding = null' => 'array|string|null $from_encoding = null',
131
'array|string|null $from_encoding' => 'array|string $from_encoding',
0 commit comments