@@ -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) |
@@ -1139,7 +1139,7 @@ |
||
1139 | 1139 | * |
1140 | 1140 | * @param string $message The message to strip the exception suffix from |
1141 | 1141 | * |
1142 | - * @return mixed The message without the exception suffix |
|
1142 | + * @return string The message without the exception suffix |
|
1143 | 1143 | */ |
1144 | 1144 | public function stripExceptionSuffix($message) |
1145 | 1145 | { |