@@ -116,7 +116,7 @@ |
||
116 | 116 | /** |
117 | 117 | * Initialize's and return's the URL key filter. |
118 | 118 | * |
119 | - * @return \TechDivision\Import\Product\Utils\ConvertLiteralUrl The URL key filter |
|
119 | + * @return ConvertLiteralUrl The URL key filter |
|
120 | 120 | */ |
121 | 121 | protected function getUrlKeyFilter() |
122 | 122 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * |
41 | 41 | * @param mixed $value The value to handle |
42 | 42 | * |
43 | - * @return mixed The modified value |
|
43 | + * @return string The modified value |
|
44 | 44 | * @see \TechDivision\Import\Product\Callbacks\ProductImportCallbackInterface::handle() |
45 | 45 | */ |
46 | 46 | public function handle($value) |