@@ -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) |
@@ -140,7 +140,7 @@ |
||
140 | 140 | { |
141 | 141 | $configuration = $this->getConfiguration(); |
142 | 142 | /** |
143 | - * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model |
|
143 | + * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model |
|
144 | 144 | */ |
145 | 145 | $model = new $configuration['model'](); |
146 | 146 | $model->setPid($configuration['pid']); |
@@ -104,7 +104,7 @@ |
||
104 | 104 | $resources = $this->initializeResources($strategy, $filepath); |
105 | 105 | foreach ($resources as $resource) { |
106 | 106 | /** |
107 | - * @var \HDNET\Importr\Service\Resources\ResourceInterface $resource |
|
107 | + * @var \HDNET\Importr\Service\Resources\ResourceInterface $resource |
|
108 | 108 | */ |
109 | 109 | // Resourcen Object anhand der Datei auswählen |
110 | 110 | if (\preg_match($resource->getFilepathExpression(), $filepath)) { |