/**
  * {@inheritDoc}
  */
 public function beforeTraverse(array $nodes)
 {
     $this->currentSubScope = null;
     return $this->wrappedVisitor->beforeTraverse($nodes);
 }