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

Method php_version

src/lib.rs:967–969  ·  view source on GitHub ↗

Return the configured PHP version.

(&self)

Source from the content-addressed store, hash-verified

965
966 /// Return the configured PHP version.
967 pub fn php_version(&self) -> types::PhpVersion {
968 *self.php_version.lock()
969 }
970
971 /// Populate the method store from a slice of classes.
972 ///

Callers 12

new_test_with_stubsMethod · 0.80
formattingMethod · 0.80
load_stub_classMethod · 0.80
find_or_load_functionMethod · 0.80
update_ast_innerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected