summaryrefslogtreecommitdiffstats
path: root/src/Fragments/ArrayFragment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fragments/ArrayFragment.php')
-rw-r--r--src/Fragments/ArrayFragment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fragments/ArrayFragment.php b/src/Fragments/ArrayFragment.php
index 8c91fc2..5927751 100644
--- a/src/Fragments/ArrayFragment.php
+++ b/src/Fragments/ArrayFragment.php
@@ -81,7 +81,7 @@ class ArrayFragment extends Fragment
for (; $list->idx < $list->count; ++$list->idx) {
/**
* Token parsed at this moment.
- * @var Token
+ * @var Token $token
*/
$token = $list->tokens[$list->idx];