Callable type falling tests

This commit is contained in:
Witold Wasiczko 2020-02-18 10:58:11 +01:00
parent 85aa4dd4bc
commit d907822a35
No known key found for this signature in database
GPG Key ID: 018185A24DB71DCD
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
/** @var callable(array<mixed>):mixed */

View File

@ -0,0 +1 @@
/** @param callable():?string $userIdCallback */

View File

@ -0,0 +1 @@
/** @param callable(array<mixed>):mixed $hitCallback */

View File

@ -0,0 +1 @@
/** @param callable(TValue, TKey):(Map<TKey, TMappedValue>|TMappedValue) $callback */