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

Method setBio

examples/demo.php:4479–4483  ·  view source on GitHub ↗
(string $bio)

Source from the content-addressed store, hash-verified

4477 }
4478
4479 public function setBio(string $bio): self
4480 {
4481 $this->bio = $bio;
4482 return $this;
4483 }
4484
4485 public function getDisplayName(): string
4486 {

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected