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

Method unwrap

tests/psalm_assertions/if_this_is.php:16–19  ·  view source on GitHub ↗

* @return T|null */

()

Source from the content-addressed store, hash-verified

14 * @return T|null
15 */
16 public function unwrap()
17 {
18 throw new RuntimeException("???");
19 }
20 }
21
22 /**

Calls

no outgoing calls