We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fee7a commit 44afb9dCopy full SHA for 44afb9d
src/Util/TestListenerTrait.php
@@ -129,6 +129,8 @@ function {$f['name']}{$f['signature']}
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',
132
+ 'string $encoding = null' => '?string $encoding = null',
133
+ 'int $length = null' => '?int $length = null',
134
];
135
136
if (strtr($polyfillSignature, $map) !== $originalSignature) {
0 commit comments