MCPcopy Index your code
hub / github.com/PHPantom-dev/phpantom_lsp / ContainerInterface

Interface ContainerInterface

tests/phpstan_nsrt/generics.php:154–160  ·  view source on GitHub ↗

* @template T */

Source from the content-addressed store, hash-verified

152 * @template T
153 */
154interface ContainerInterface
155{
156 /**
157 * @return T
158 */
159 public function get();
160}
161
162/**
163 * @implements ContainerInterface<string>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected