@@ -486,7 +486,7 @@ |
||
486 | 486 | /** |
487 | 487 | * Return's the repository to access link attributes. |
488 | 488 | * |
489 | - * @return \TechDivision\Import\Repositories\LinkTypeRepository The repository instance |
|
489 | + * @return LinkAttributeRepository The repository instance |
|
490 | 490 | */ |
491 | 491 | public function getLinkAttributeRepository() |
492 | 492 | { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | * @param string $attributeCode The code of the attribute the passed value is for |
44 | 44 | * @param mixed $attributeValue The value to handle |
45 | 45 | * |
46 | - * @return mixed|null The modified value |
|
46 | + * @return null|string The modified value |
|
47 | 47 | * @see \TechDivision\Import\Callbacks\CallbackInterface::handle() |
48 | 48 | */ |
49 | 49 | public function handle($attributeCode, $attributeValue) |
@@ -269,7 +269,7 @@ |
||
269 | 269 | * |
270 | 270 | * @param \TechDivision\Import\Configuration\SubjectConfigurationInterface $subjectConfiguration The subject configuration |
271 | 271 | * |
272 | - * @return object The handler instance |
|
272 | + * @return \TechDivision\Import\Subjects\SubjectInterface The handler instance |
|
273 | 273 | */ |
274 | 274 | protected function subjectFactory(SubjectConfigurationInterface $subjectConfiguration) |
275 | 275 | { |
@@ -375,7 +375,7 @@ discard block |
||
375 | 375 | * @param mixed|null $default The default value, that has to be returned, if the row's value is empty |
376 | 376 | * @param callable|null $callback The callback that has to be invoked on the value, e. g. to format it |
377 | 377 | * |
378 | - * @return mixed|null The, almost formatted, value |
|
378 | + * @return string The, almost formatted, value |
|
379 | 379 | */ |
380 | 380 | public function getValue($name, $default = null, callable $callback = null) |
381 | 381 | { |
@@ -1194,7 +1194,7 @@ discard block |
||
1194 | 1194 | /** |
1195 | 1195 | * Return's the original data if available, or an empty array. |
1196 | 1196 | * |
1197 | - * @return array The original data |
|
1197 | + * @return string The original data |
|
1198 | 1198 | */ |
1199 | 1199 | public function getOriginalData() |
1200 | 1200 | { |
@@ -1285,7 +1285,7 @@ discard block |
||
1285 | 1285 | * |
1286 | 1286 | * @param string $message The message to strip the exception suffix from |
1287 | 1287 | * |
1288 | - * @return mixed The message without the exception suffix |
|
1288 | + * @return string The message without the exception suffix |
|
1289 | 1289 | */ |
1290 | 1290 | public function stripExceptionSuffix($message) |
1291 | 1291 | { |