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

Method getFoo3

tests/psalm_assertions/template_class_template.php:174–176  ·  view source on GitHub ↗

* @return Foo */

()

Source from the content-addressed store, hash-verified

172 * @return Foo<static>
173 */
174 public static function getFoo3() {
175 return new Foo(static::class);
176 }
177 }
178
179 class G extends E {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected