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 735d084 commit c664d65Copy full SHA for c664d65
app/code/Magento/Translation/Model/Js/DataProvider.php
@@ -6,10 +6,12 @@
6
7
namespace Magento\Translation\Model\Js;
8
9
-use Magento\Framework\LocalizedException;
+use Magento\Framework\Exception\LocalizedException;
10
11
/**
12
* DataProvider for js translation
13
+ *
14
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15
*/
16
class DataProvider implements DataProviderInterface
17
{
@@ -126,7 +128,7 @@ public function getData($themePath)
126
128
*
127
129
* @param string $content
130
* @return string[]
- * @throws \Exception
131
+ * @throws \Magento\Framework\Exception\LocalizedException
132
133
protected function getPhrases($content)
134
0 commit comments