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

Method getProfile

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

@return object{name: string, age: int, active: bool} */

()

Source from the content-addressed store, hash-verified

1312
1313 /** @return object{name: string, age: int, active: bool} */
1314 public function getProfile(): object { return (object) []; }
1315
1316 /** @return object{tool: Pen, meta: object{page: int, total: int}} */
1317 public function getResult(): object { return (object) []; }

Callers 1

demoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected