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

Method create

tests/psalm_assertions/method_call.php:90–93  ·  view source on GitHub ↗

* @param mixed $input */

($input)

Source from the content-addressed store, hash-verified

88 * @param mixed $input
89 */
90 public function create($input): BlahModel
91 {
92 return parent::create([]);
93 }
94 }
95
96 $m = new BlahModel();

Callers 2

method_call.phpFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected