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

Method getToolKit

examples/demo.php:1311–1311  ·  view source on GitHub ↗

@return array{pen: Pen, pencil: Pencil, active: bool} */

()

Source from the content-addressed store, hash-verified

1309
1310 /** @return array{pen: Pen, pencil: Pencil, active: bool} */
1311 public function getToolKit(): array { return []; }
1312
1313 /** @return object{name: string, age: int, active: bool} */
1314 public function getProfile(): object { return (object) []; }

Callers 1

demoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected