* @param callable($this, mixed): $this $callback * @return $this */
(bool $condition, callable $callback)
| 4088 | * @return $this |
| 4089 | */ |
| 4090 | public function when(bool $condition, callable $callback): static { return $this; } |
| 4091 | |
| 4092 | /** |
| 4093 | * @param callable($this): void $callback |
no outgoing calls
no test coverage detected