@param callable(int, int): int $fn */
(callable $fn)
| 3035 | |
| 3036 | /** @param callable(int, int): int $fn */ |
| 3037 | public function reduce(callable $fn): int { return 0; } |
| 3038 | |
| 3039 | /** @param callable(User): bool $fn */ |
| 3040 | public function filterOrders(callable $fn): array { return []; } |
no outgoing calls
no test coverage detected