| @@ -136,7 +136,7 @@ | ||
| 136 | 136 |      { | 
| 137 | 137 | $configuration = $this->getConfiguration(); | 
| 138 | 138 | /** | 
| 139 | - * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model | |
| 139 | + * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model | |
| 140 | 140 | */ | 
| 141 | 141 | $model = new $configuration['model']; | 
| 142 | 142 | $model->setPid($configuration['pid']); | 
| @@ -86,7 +86,7 @@ | ||
| 86 | 86 | $resources = $this->initializeResources($strategy, $filepath); | 
| 87 | 87 |          foreach ($resources as $resource) { | 
| 88 | 88 | /** | 
| 89 | - * @var \HDNET\Importr\Service\Resources\ResourceInterface $resource | |
| 89 | + * @var \HDNET\Importr\Service\Resources\ResourceInterface $resource | |
| 90 | 90 | */ | 
| 91 | 91 | // Resourcen Object anhand der Datei auswählen | 
| 92 | 92 |              if (preg_match($resource->getFilepathExpression(), $filepath)) { | 
| @@ -110,7 +110,7 @@ | ||
| 110 | 110 | * Fetch all records from the target table, where the PID equals the PID specified | 
| 111 | 111 | * in the target section of the strategy | 
| 112 | 112 | * | 
| 113 | - * @param $selectFields | |
| 113 | + * @param string $selectFields | |
| 114 | 114 | * @return array | 
| 115 | 115 | */ | 
| 116 | 116 | protected function getRecords($selectFields) | 
| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | namespace HDNET\Importr\Service\Targets; | 
| 3 | 3 | |
| 4 | 4 | use HDNET\Importr\Domain\Model\Strategy; | 
| 5 | -use TYPO3\CMS\Extbase\DomainObject\AbstractEntity; | |
| 6 | 5 | use HDNET\Importr\Utility; | 
| 7 | 6 | |
| 8 | 7 | /** |