@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | * @param integer $pk The primary key of the attributes |
135 | 135 | * @param integer $storeId The store ID of the attributes |
136 | 136 | * |
137 | - * @return array The varchar attributes |
|
137 | + * @return \Generator The varchar attributes |
|
138 | 138 | */ |
139 | 139 | public function findAllByPrimaryKeyAndStoreId($pk, $storeId) |
140 | 140 | { |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | * @param integer $entityTypeId The entity type ID of the varchar attribute |
162 | 162 | * @param integer $storeId The store ID of the varchar attribute |
163 | 163 | * |
164 | - * @return array The varchar attributes |
|
164 | + * @return \Generator The varchar attributes |
|
165 | 165 | */ |
166 | 166 | public function findAllByAttributeCodeAndEntityTypeIdAndStoreId($attributeCode, $entityTypeId, $storeId) |
167 | 167 | { |