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

Method find

examples/demo.php:4364–4367  ·  view source on GitHub ↗

@deprecated */

(int $id)

Source from the content-addressed store, hash-verified

4362
4363 /** @deprecated */
4364 public static function find(int $id): ?static
4365 {
4366 return null;
4367 }
4368
4369 /** @return static */
4370 public static function make(string $name = ''): static

Calls

no outgoing calls