Skip to content

Commit bbd6ca3

Browse files
authored
static tests changes
static tests changes
1 parent 28ae5c4 commit bbd6ca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/CatalogWidget/Block/Product/ProductsList.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@ class ProductsList extends AbstractProduct implements BlockInterface, IdentityIn
4343
/**
4444
* Default value for products count that will be shown
4545
*/
46-
const DEFAULT_PRODUCTS_COUNT = 10;
46+
public const DEFAULT_PRODUCTS_COUNT = 10;
4747

4848
/**
4949
* Name of request parameter for page number value
5050
*
5151
* @deprecated @see $this->getData('page_var_name')
5252
*/
53-
const PAGE_VAR_NAME = 'np';
53+
public const PAGE_VAR_NAME = 'np';
5454

5555
/**
5656
* Default value for products per page
5757
*/
58-
const DEFAULT_PRODUCTS_PER_PAGE = 5;
58+
public const DEFAULT_PRODUCTS_PER_PAGE = 5;
5959

6060
/**
6161
* Default value whether show pager or not
6262
*/
63-
const DEFAULT_SHOW_PAGER = false;
63+
public const DEFAULT_SHOW_PAGER = false;
6464

6565
/**
6666
* Instance of pager block

0 commit comments

Comments
 (0)