MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / stroke

Method stroke

examples/demo.php:4834–4834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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->
4837 public static function find(int $id): ?static { return null; }

Callers 2

demoMethod · 0.80
demoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected