1
0
Fork 0

Add missing type annotation

pull/12220/head
Jordi Boggiano 2024-11-26 14:52:33 +01:00
parent 59b63bc231
commit 2e7b006134
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ class ValidatingArrayLoaderTest extends TestCase
* *
* @param array<string, mixed> $config * @param array<string, mixed> $config
* @param string[] $expectedWarnings * @param string[] $expectedWarnings
* @param array<string, mixed>|null $expectedArray
*/ */
public function testLoadSkipsWarningDataWhenIgnoringErrors(array $config, array $expectedWarnings, bool $mustCheck = true, ?array $expectedArray = null): void public function testLoadSkipsWarningDataWhenIgnoringErrors(array $config, array $expectedWarnings, bool $mustCheck = true, ?array $expectedArray = null): void
{ {