Skip to content

Commit 54486ac

Browse files
committed
Add descriptions for ScopeInfo properties
1 parent 7188b02 commit 54486ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VariableAnalysis/Lib/ScopeInfo.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
*/
88
class ScopeInfo {
99
/**
10+
* The token index of the start of this scope.
11+
*
1012
* @var int
1113
*/
1214
public $owner;
1315

1416
/**
17+
* The variables defined in this scope.
18+
*
1519
* @var VariableInfo[]
1620
*/
1721
public $variables = [];

0 commit comments

Comments
 (0)