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 28ce4ef commit d7c4374Copy full SHA for d7c4374
Magento2/Sniffs/Legacy/PhtmlTemplateSniff.php
@@ -17,7 +17,7 @@ class PhtmlTemplateSniff implements Sniff
17
private const WARNING_CODE_PROTECTED_PRIVATE_BLOCK_ACCESS = 'ProtectedPrivateBlockAccess';
18
19
private const WARNING_CODES_OBSOLETE_REGEX_IN_SPECIFIC_PHTML_TEMPLATES = [
20
- '/(["\'])jquery\/ui\1/' => 'JQueryUILibraryFound',
+ '/(["\'])jquery\/ui\1/' => 'FoundJQueryUI',
21
'/data-mage-init=(?:\'|")(?!\s*{\s*"[^"]+")/' => 'FoundDataMageInit',
22
'@x-magento-init.>(?!\s*+{\s*"[^"]+"\s*:\s*{\s*"[\w/-]+")@i' => 'FoundXMagentoInit',
23
];
0 commit comments