summaryrefslogtreecommitdiffstats
path: root/src/Components/Reference.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/Reference.php')
-rw-r--r--src/Components/Reference.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Components/Reference.php b/src/Components/Reference.php
index fa46887..36d3971 100644
--- a/src/Components/Reference.php
+++ b/src/Components/Reference.php
@@ -92,15 +92,17 @@ class Reference extends Component
*
* 1 ---------------------[ columns ]--------------------> 2
*
- * 2 ---------------------[ options ]--------------------> -1
+ * 2 ---------------------[ options ]--------------------> (END)
*
- * @var int
+ * @var int $state
*/
$state = 0;
for (; $list->idx < $list->count; ++$list->idx) {
+
/**
* Token parsed at this moment.
+ *
* @var Token $token
*/
$token = $list->tokens[$list->idx];