예제 #1
0
 /**
  * {@inheritdoc}
  *
  * @return $this
  */
 public function replace($search, $replace)
 {
     $this->docComment->replace($search, $replace);
     $this->elements->replace($search, $replace);
     return $this;
 }