Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ no_function_loader
Function
no_function_loader
src/code_actions/update_docblock.rs:1388–1390 ·
view source on GitHub ↗
No function loader (for unit tests).
()
Source
from the content-addressed store, hash-verified
1386
1387
/// No function loader (for unit tests).
1388
fn no_function_loader() -> FunctionLoader<'static> {
1389
None
1390
}
1391
1392
#[test]
1393
fn detects_missing_param() {
Callers
9
preserves_descriptions
Function · 0.85
removes_extra_param_and_adds_missing
Function · 0.85
updates_contradicted_return_type
Function · 0.85
removes_void_return
Function · 0.85
preserves_other_tags
Function · 0.85
aligns_param_columns
Function · 0.85
no_spurious_blank_line_after_open
Function · 0.85
enriches_callable_types
Function · 0.85
adds_missing_throws
Function · 0.85
Calls
no outgoing calls
Tested by
9
preserves_descriptions
Function · 0.68
removes_extra_param_and_adds_missing
Function · 0.68
updates_contradicted_return_type
Function · 0.68
removes_void_return
Function · 0.68
preserves_other_tags
Function · 0.68
aligns_param_columns
Function · 0.68
no_spurious_blank_line_after_open
Function · 0.68
enriches_callable_types
Function · 0.68
adds_missing_throws
Function · 0.68