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

Function createUser

examples/demo.php:4975–4978  ·  view source on GitHub ↗
(string $name, string $email)

Source from the content-addressed store, hash-verified

4973}
4974
4975function createUser(string $name, string $email): User
4976{
4977 return new User($name, $email);
4978}
4979
4980function makePen(): Pen
4981{

Callers 4

demoMethod · 0.85
demoMethod · 0.85
demoMethod · 0.85
runDemoAssertionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected