aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/php/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/php/variables.php')
-rw-r--r--tests/query/highlights/php/variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/php/variables.php b/tests/query/highlights/php/variables.php
index a9c099ff2..f6477e131 100644
--- a/tests/query/highlights/php/variables.php
+++ b/tests/query/highlights/php/variables.php
@@ -2,7 +2,7 @@
class A {
public function foo(self $a): self {
-// ^ @variable
+// ^ @variable.parameter
new self();
// ^^^^ @constructor
new static();