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 52821bf commit 8da99cfCopy full SHA for 8da99cf
app/code/Magento/Translation/Model/Inline/Parser.php
@@ -9,6 +9,8 @@
9
/**
10
* This class is responsible for parsing content and applying necessary html element
11
* wrapping and client scripts for inline translation.
12
+ *
13
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14
*/
15
class Parser implements \Magento\Framework\Translate\Inline\ParserInterface
16
{
0 commit comments