* @template TKey of array-key * @template TValue * @param array $value * @return FluentCollection */
(array $value = [])
| 5199 | * @return FluentCollection<TKey, TValue> |
| 5200 | */ |
| 5201 | function collect(array $value = []): FluentCollection |
| 5202 | { |
| 5203 | return new FluentCollection($value); |
| 5204 | } |
| 5205 | |
| 5206 | class BrokenDocRecovery |
| 5207 | { |
no outgoing calls
no test coverage detected