This website requires JavaScript.
Explore
Help
Sign In
icedream
/
php-language-server
Watch
1
Star
0
Fork
You've already forked php-language-server
0
Code
Releases
Activity
764788b6de
php-language-server
/
fixtures
/
signatureHelp
/
staticNotClosed.php
11 lines
116 B
PHP
Raw
Normal View
History
Unescape
Escape
added tests
2017-01-19 20:18:14 +00:00
<
?
php
class
HelpClass4
{
public
static
function
method
(
string
$param
=
"
"
)
{
}
}
Fixed hiding the tooltip too early, fixed tests
2017-01-20 20:31:18 +00:00
HelpClass4
::
method
(
1