Skip to content

Commit 50e3360

Browse files
Fixed static test failures
1 parent d452a11 commit 50e3360

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Swatches/Helper

1 file changed

+2
-2
lines changed

app/code/Magento/Swatches/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ class Data
3030
/**
3131
* When we init media gallery empty image types contain this value.
3232
*/
33-
const EMPTY_IMAGE_VALUE = 'no_selection';
33+
public const EMPTY_IMAGE_VALUE = 'no_selection';
3434

3535
/**
3636
* The int value of the Default store ID
3737
*/
38-
const DEFAULT_STORE_ID = 0;
38+
public const DEFAULT_STORE_ID = 0;
3939

4040
/**
4141
* @var CollectionFactory

0 commit comments

Comments
 (0)