← All changes
|
app/Modules/WooCommerceMigrator/Services/OrderMigrationService.php
+1
-1
1.3.21
→
1.6.6
View file →
| @@ -109,9 +109,9 @@ | ||
| 109 | 109 | |
| 110 | 110 | /** |
| 111 | 111 | * Discover orders to migrate |
| 112 | 112 | */ |
| 113 | - public function discoverItems(int $offset = 0, int $limit = null): array | |
| 113 | + public function discoverItems(int $offset = 0, ?int $limit = null): array | |
| 114 | 114 | { |
| 115 | 115 | global $wpdb; |
| 116 | 116 | |
| 117 | 117 | $limit = $limit ?: $this->batchSize; |