@@ -189,7 +189,7 @@ |
||
| 189 | 189 | * |
| 190 | 190 | * @param array $attribute The attribute to persist |
| 191 | 191 | * |
| 192 | - * @return void |
|
| 192 | + * @return string |
|
| 193 | 193 | */ |
| 194 | 194 | protected function persistAttribute(array $attribute) |
| 195 | 195 | { |
@@ -164,7 +164,7 @@ |
||
| 164 | 164 | * |
| 165 | 165 | * @param array $attributeOption The attribute option to persist |
| 166 | 166 | * |
| 167 | - * @return void |
|
| 167 | + * @return string |
|
| 168 | 168 | */ |
| 169 | 169 | protected function persistAttributeOption(array $attributeOption) |
| 170 | 170 | { |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | /** |
| 91 | 91 | * Returns the swatch type loader instance. |
| 92 | 92 | * |
| 93 | - * @return \\TechDivision\Import\Attribute\Callbacks\SwatchTypeLoaderInterface The swatch type loader instance |
|
| 93 | + * @return SwatchTypeLoaderInterface The swatch type loader instance |
|
| 94 | 94 | */ |
| 95 | 95 | protected function getSwatchTypeLoader() |
| 96 | 96 | { |
@@ -284,7 +284,7 @@ discard block |
||
| 284 | 284 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
| 285 | 285 | * ProductProcessor::beginTransaction() starts a new transaction. |
| 286 | 286 | * |
| 287 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
| 287 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
| 288 | 288 | * @link http://php.net/manual/en/pdo.commit.php |
| 289 | 289 | */ |
| 290 | 290 | public function commit() |
@@ -646,7 +646,7 @@ discard block |
||
| 646 | 646 | * @param string $entityTypeCode The entity type code to return the raw entity for |
| 647 | 647 | * @param array $data An array with data that will be used to initialize the raw entity with |
| 648 | 648 | * |
| 649 | - * @return array The initialized entity |
|
| 649 | + * @return \ArrayAccess The initialized entity |
|
| 650 | 650 | */ |
| 651 | 651 | public function loadRawEntity($entityTypeCode, array $data = array()) |
| 652 | 652 | { |