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

Method setSize

examples/demo.php:4832–4832  ·  view source on GitHub ↗
(string $size)

Source from the content-addressed store, hash-verified

4830class Brush
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(); }

Callers 3

demoMethod · 0.80
demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected