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

Method make

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

@return static */

(string $color = 'black')

Source from the content-addressed store, hash-verified

4810 public function rename(string $name): static { return $this; }
4811 /** @return static */
4812 public static function make(string $color = 'black'): static { return new static($color); }
4813 private function refill(): void {} // trip wire — must NOT appear on external $pen->
4814}
4815

Callers 11

demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
appFunction · 0.45
runDemoAssertionsFunction · 0.45
laravelNavigationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected