Skip to content

Commit 1edda89

Browse files
Fix tests
1 parent 7127cd6 commit 1edda89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Fixtures/reference.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* type?: string|null,
3232
* ignore_errors?: bool,
3333
* }>
34-
* @psalm-type ParametersConfig = array<string, scalar|\UnitEnum|array<scalar|\UnitEnum|array|null>|null>
34+
* @psalm-type ParametersConfig = array<string, scalar|\UnitEnum|array<scalar|\UnitEnum|array<mixed>|null>|null>
3535
* @psalm-type ArgumentsType = list<mixed>|array<string, mixed>
3636
* @psalm-type CallType = array<string, ArgumentsType>|array{0:string, 1?:ArgumentsType, 2?:bool}|array{method:string, arguments?:ArgumentsType, returns_clone?:bool}
3737
* @psalm-type TagsType = list<string|array<string, array<string, mixed>>> // arrays inside the list must have only one element, with the tag name as the key
@@ -83,7 +83,7 @@
8383
* autoconfigure?: bool,
8484
* bind?: array<string, mixed>,
8585
* constructor?: string,
86-
* from_callable?: mixed,
86+
* from_callable?: CallbackType,
8787
* }
8888
* @psalm-type AliasType = string|array{
8989
* alias: string,

0 commit comments

Comments
 (0)