Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ add
Method
add
tests/phpstan_nsrt/generics.php:113–116 ·
view source on GitHub ↗
* @param V $item * @return void */
($item)
Source
from the content-addressed store, hash-verified
111
* @return void
112
*/
113
public function add($item): void
114
{
115
$this->items[] = $item;
116
}
117
118
/**
119
* @return array<int, V>
Callers
2
wait_for_indexing
Method · 0.45
populateSuggestions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected