(mixed $data)
| 4096 | public function tap(callable $callback): static { return $this; } |
| 4097 | |
| 4098 | public function send(mixed $data): static { return $this; } |
| 4099 | public function through(array $pipes): static { return $this; } |
| 4100 | } |
| 4101 |
no outgoing calls
no test coverage detected