@@ -186,7 +186,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | { |