Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ pickRockOrBanana
Function
pickRockOrBanana
examples/demo.php:5010–5013 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5008
function getAppConfig(): array { return []; }
5009
5010
function pickRockOrBanana(): Rock|Banana
5011
{
5012
return new Rock();
5013
}
5014
5015
/** @phpstan-assert Rock $value */
5016
function assertRock(mixed $value): void
Callers
8
demo
Method · 0.85
demo
Method · 0.85
demo
Method · 0.85
demo
Method · 0.85
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