Skip to content

Commit f425f55

Browse files
committed
Make property public to pass static tests
1 parent d09b736 commit f425f55

File tree

1 file changed

+1
-1
lines changed
  • setup/src/Magento/Setup/Module/I18n/Parser/Adapter

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Module/I18n/Parser/Adapter/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Html extends AbstractAdapter
2222
* @deprecated Not used anymore because of newly introduced constants
2323
* @see self::REGEX_I18N_BINDING and self::REGEX_TRANSLATE_TAG_OR_ATTR
2424
*/
25-
const HTML_FILTER = "/i18n:\s?'(?<value>[^'\\\\]*(?:\\\\.[^'\\\\]*)*)'/";
25+
public const HTML_FILTER = "/i18n:\s?'(?<value>[^'\\\\]*(?:\\\\.[^'\\\\]*)*)'/";
2626

2727
/**
2828
* Covers

0 commit comments

Comments
 (0)