protected function createEntryFromItem(SimpleXMLElement $item, $type = null)
 {
     $entry = parent::createEntryFromItem($item, $type);
     if ($this->dropFolder->shouldValidateKS && !isset($entry->userId)) {
         $entry->userId = $this->ksInfo->userId;
     }
     return $entry;
 }