We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db01f5 commit 0d7f970Copy full SHA for 0d7f970
tests/variables.php
@@ -3,6 +3,6 @@
3
// Test highlighting of variables with the variable-name-face
4
$regularVariable;
5
$$variableVariable;
6
-Class::$staticVariable;
+MyClass::$staticVariable;
7
$object->memberVariable;
8
$object->funCall();
0 commit comments