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

Interface GenericInterface

tests/phpstan_nsrt/enums.php:81–87  ·  view source on GitHub ↗

@template T */

Source from the content-addressed store, hash-verified

79
80/** @template T */
81interface GenericInterface
82{
83
84 /** @return T */
85 public function doFoo();
86
87}
88
89/** @implements GenericInterface<int> */
90enum EnumImplementsGeneric: int implements GenericInterface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected