(string $style)
| 4831 | { |
| 4832 | public function setSize(string $size): static { return $this; } |
| 4833 | public function setStyle(string $style): static { return $this; } |
| 4834 | public function stroke(): string { return ''; } |
| 4835 | public function getCanvas(): Canvas { return new Canvas(); } |
| 4836 | protected function calibrate(): void {} // trip wire — must NOT appear on $studio->brush-> |
no outgoing calls
no test coverage detected