* An associative array of a list of token index pairs which start and end
* scopes and will be used to check for unused variables.
*
* The outer array of scopes is keyed by a string containing the filename.
* The inner array of scopes in keyed by the scope start token index.
*
*
Type: array>
File
vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Lib/ScopeManager.php, line 20