|
@@ -115,7 +115,7 @@ |
|
|
block discarded – undo |
|
115
|
115
|
* @param mixed|null $default The default value, that has to be returned, if the row's value is empty |
|
116
|
116
|
* @param callable|null $callback The callback that has to be invoked on the value, e. g. to format it |
|
117
|
117
|
* |
|
118
|
|
- * @return mixed|null The, almost formatted, value |
|
|
118
|
+ * @return string The, almost formatted, value |
|
119
|
119
|
* @see \TechDivision\Import\Observers\AbstractObserver::getValue() |
|
120
|
120
|
*/ |
|
121
|
121
|
protected function getImageValue($name, $default = null, callable $callback = null) |
Please login to merge, or discard this patch.