/**
  * Sets the raw data on the resulting Source.
  *
  * @param SourceInterface $source
  */
 protected function setRawData(SourceInterface $source)
 {
     $source->setRawData(trim($this->rawData));
     $this->rawData = null;
 }