Skip to content

Commit cc19e84

Browse files
committed
MAGETWO-62915: [Backport] - [Github] Directive values are not quote-escaped #3860 - for 2.0
1 parent f97db65 commit cc19e84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Widget/Model/Widget.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class Widget
5252
protected $conditionsHelper;
5353

5454
/**
55+
* Random data generator.
56+
*
5557
* @var \Magento\Framework\Math\Random
5658
*/
5759
private $mathRandom;
@@ -338,6 +340,8 @@ public function getWidgetDeclaration($type, $params = [], $asIs = true)
338340
}
339341

340342
/**
343+
* Returns var name for widget page.
344+
*
341345
* @param array $params
342346
* @return string
343347
* @throws \Magento\Framework\Exception\LocalizedException

0 commit comments

Comments
 (0)