*/ class Environment { /** * @var \Leafo\ScssPhp\Block */ public $block; /** * @var \Leafo\ScssPhp\Compiler\Environment */ public $parent; /** * @var array */ public $store; /** * @var integer */ public $depth; }