Merge pull request #2881 from snapshotpl/callable_type

Callable type falling tests
This commit is contained in:
Tomas Votruba 2020-02-19 00:25:23 +01:00 committed by GitHub
commit f5e5906ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */