Completed
Pull Request — master (#206)
by Tim
15:41 queued 05:45
created
src/Repositories/UrlRewriteRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     /**
187 187
      * Return's an array with the available URL rewrites.
188 188
      *
189
-     * @return array The available URL rewrites
189
+     * @return \Generator The available URL rewrites
190 190
      */
191 191
     public function findAll()
192 192
     {
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
      * @param string  $entityType The entity type to load the URL rewrites for
242 242
      * @param integer $entityId   The entity ID to load the URL rewrites for
243 243
      *
244
-     * @return array The URL rewrites
244
+     * @return \Generator The URL rewrites
245 245
      */
246 246
     public function findAllByEntityTypeAndEntityId($entityType, $entityId)
247 247
     {
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
      * @param integer $entityId   The entity ID to load the URL rewrites for
266 266
      * @param integer $storeId    The store ID to load the URL rewrites for
267 267
      *
268
-     * @return array The URL rewrites
268
+     * @return \Generator The URL rewrites
269 269
      */
270 270
     public function findAllByEntityTypeAndEntityIdAndStoreId($entityType, $entityId, $storeId)
271 271
     {
Please login to merge, or discard this patch.