Completed
Push — 18.x ( 7fc588 )
by Tim
02:09
created
src/Repositories/ProductVarcharRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.