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 d09b736 commit f425f55Copy full SHA for f425f55
setup/src/Magento/Setup/Module/I18n/Parser/Adapter/Html.php
@@ -22,7 +22,7 @@ class Html extends AbstractAdapter
22
* @deprecated Not used anymore because of newly introduced constants
23
* @see self::REGEX_I18N_BINDING and self::REGEX_TRANSLATE_TAG_OR_ATTR
24
*/
25
- const HTML_FILTER = "/i18n:\s?'(?<value>[^'\\\\]*(?:\\\\.[^'\\\\]*)*)'/";
+ public const HTML_FILTER = "/i18n:\s?'(?<value>[^'\\\\]*(?:\\\\.[^'\\\\]*)*)'/";
26
27
/**
28
* Covers
0 commit comments