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
1ec8d8d8e2
php-language-server
/
tests
/
Validation
/
cases
/
verifyFqsenOnClassProperty.php
10 lines
124 B
PHP
Raw
Blame
History
<
?
php
class
Foo
{
protected
$bar
=
CURLAUTH_BASIC
;
public
function
foo
()
{
$this
->
bar
=
'hello'
;
}
}
View Git Blame
Copy Permalink