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

Method get

tests/phpstan_nsrt/generics.php:178–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176class IntContainer implements ContainerInterface
177{
178 public function get()
179 {
180 return 0;
181 }
182}
183
184/**

Calls

no outgoing calls