We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d0f99 commit 6203932Copy full SHA for 6203932
app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Batch/Product.php
@@ -34,9 +34,9 @@
34
*/
35
class Product extends AbstractDb
36
{
37
- private const string NOT_SELECTED_IMAGE = 'no_selection';
38
- private const int DEFAULT_BATCH_SIZE = 5000;
39
- private const int MAX_IMAGES_PER_PRODUCT = 10;
+ private const NOT_SELECTED_IMAGE = 'no_selection';
+ private const DEFAULT_BATCH_SIZE = 5000;
+ private const MAX_IMAGES_PER_PRODUCT = 10;
40
41
/**
42
* @var Select|null
0 commit comments