mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
Merge pull request #2881 from snapshotpl/callable_type
Callable type falling tests
This commit is contained in:
commit
f5e5906ee8
@ -0,0 +1 @@
|
||||
/** @var callable(array<mixed>):mixed */
|
@ -0,0 +1 @@
|
||||
/** @param callable():?string $userIdCallback */
|
@ -0,0 +1 @@
|
||||
/** @param callable(array<mixed>):mixed $hitCallback */
|
@ -0,0 +1 @@
|
||||
/** @param callable(TValue, TKey):(Map<TKey, TMappedValue>|TMappedValue) $callback */
|
Loading…
x
Reference in New Issue
Block a user