Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4975
function createUser(string $name, string $email): User
4976
{
4977
return new User($name, $email);
4978
}
4979
4980
function makePen(): Pen
4981
{
Callers
4
demo
Method · 0.85
demo
Method · 0.85
demo
Method · 0.85
runDemoAssertions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected