|null */ public $args; /** * @var Environment|null */ public $parentEnv; /** * @param string $type */ public function __construct($type) { $this->type = $type; } }